[]
Invoked when an unhandled Mouse.PreviewMouseDown attached routed event reaches an element in its route that is derived from this class.
Implement this method to add class handling for this event.
protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
Protected Overrides Sub OnPreviewMouseDown(e As MouseButtonEventArgs)
Type | Name | Description |
---|---|---|
MouseButtonEventArgs | e | The MouseButtonEventArgs that contains the event data. The event data reports that one or more mouse buttons were pressed. |