WebAnnotationViewer.OnDefaultAnnotationsChanged Method |
Fires when the DefaultAnnotationsCollection has changed, but only after the control has been initially rendered
Namespace:
Atalasoft.Imaging.WebControls.Annotations
Assembly:
Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected virtual void OnDefaultAnnotationsChanged(
Object sender,
CollectionChangedEventArgs args
)
Protected Overridable Sub OnDefaultAnnotationsChanged (
sender As Object,
args As CollectionChangedEventArgs
)
Parameters
- sender
- Type: System.Object
- args
- Type: Atalasoft.Utils.CollectionChangedEventArgs
Remarks Caution |
---|
WebAnnotationViewer control is not available for .NET Core. |
See Also