Click or drag to resize

AnnotationLockOnPropertyChanged Method

Called when a property value has changed and raises the PropertyChanged event.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual void OnPropertyChanged(
	AnnotationPropertyChangedEventArgs e
)

Parameters

e
Type: Atalasoft.AnnotateAnnotationPropertyChangedEventArgs
An AnnotationLocationChangedEventArgs containing information for this event.
See Also