Mouse::RemovePreviewMouseWheelHandler Method (DependencyObject^, MouseWheelEventHandler^)
.NET Framework (current version)
Removes a handler for the PreviewMouseWheel attached event.
Assembly: PresentationCore (in PresentationCore.dll)
public: static void RemovePreviewMouseWheelHandler( DependencyObject^ element, MouseWheelEventHandler^ handler )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The UIElement or ContentElement that listens to this event.
- handler
-
Type:
System.Windows.Input::MouseWheelEventHandler^
The event handler.
.NET Framework
Available since 3.0
Available since 3.0
Show: