WpfAnnotationUIRaiseEvent Method |
This method is used to force an event in the annotation.
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 public void RaiseEvent(
RoutedEventArgs e
)
Public Sub RaiseEvent (
e As RoutedEventArgs
)
Parameters
- e
- Type: System.WindowsRoutedEventArgs
The RoutedEventArgs of the event to raise.
Remarks This method is only supported for the AnnotationCreated, MouseDown, MouseMove and MouseUp events.
See Also