AnnotationPropertyChangingEventArgsNewValue Property |
Gets or sets the new value for the property.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic Object NewValue { get; set; }Public Property NewValue As Object
Get
Set
Property Value
Type:
Object The new property value.
Remarks This property can be set to a different value if the new value provided is not valid.
See Also