Delegate MouseButtonEventHandler
Represents the method that handles the System.Windows.UIElement.MouseLeftButtonDown and System.Windows.UIElement.MouseLeftButtonUp events.
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public delegate void MouseButtonEventHandler(object sender, MouseButtonEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | The object where the event handler is attached. |
MouseButtonEventArgs | e | The event data. |