Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override void OnInitialized(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
The RoutedEventArgs that contains the event data.
See Also