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