WpfAnnotationGripsOnInitialized Method |
Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected override void OnInitialized(
EventArgs e
)
Protected Overrides Sub OnInitialized (
e As EventArgs
)
Parameters
- e
- Type: SystemEventArgs
The RoutedEventArgs that contains the event data.
See Also