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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic void RaiseEvent(
RoutedEventArgs e
)
Public Sub RaiseEvent (
e As RoutedEventArgs
)
Parameters
- e
- Type: System.WindowsRoutedEventArgs
The RoutedEventArgs of the event to raise.
RemarksThis method is only supported for the AnnotationCreated, MouseDown, MouseMove and MouseUp events.
See Also