MouseButtonEventHandler Delegate
.NET Framework (current version)
Represents the method that will handle mouse button related routed events, for example UIElement.MouseLeftButtonDown.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- sender
-
Type:
System.Object
The object where the event handler is attached.
- e
-
Type:
System.Windows.Input.MouseButtonEventArgs
The event data.
This delegate is used with the following attached events.
This delegate is used with the following routed events. These routed events forward the previously listed attached events to make them more accessible to the general element model in WPF.
The attached events and the base element routed events share their event data, and the bubbling and tunneling versions of the routed events also share event data. This can affect the handled characteristics of the event as it travels the event route. For details, see Input Overview.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: