WpfAnnotationGripsOnMouseDown Method |
Invoked when an unhandled
MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected override void OnMouseDown(
MouseButtonEventArgs e
)
Protected Overrides Sub OnMouseDown (
e As MouseButtonEventArgs
)
Parameters
- e
- Type: System.Windows.InputMouseButtonEventArgs
The MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state.
See Also