Click or drag to resize

WebAnnotationViewerOnDefaultAnnotationsChanged 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)
Syntax
protected virtual void OnDefaultAnnotationsChanged(
	Object sender,
	CollectionChangedEventArgs args
)

Parameters

sender
Type: SystemObject
args
Type: Atalasoft.UtilsCollectionChangedEventArgs
Remarks
Caution note Caution
WebAnnotationViewer control is not available for .NET Core.
See Also