AnnotationControllerNotificationEventArgsInvalidateRegion Property |
Gets or sets a region used for invalidating the parent control.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationRegion InvalidateRegion { get; set; }
Public Property InvalidateRegion As AnnotationRegion
Get
Set
Property Value
Type:
AnnotationRegion A Region to invalidate.
Remarks This property is only checked by the AnnotationController in the
AnnotationControllerNotification event if the Change property is RegionChange, ContentChange or SelectionChange.
See Also