AnnotationPropertyChangingEventArgsNewValue Property |
Gets or sets the new value for the property.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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