AnnotationPropertyChangingEventArgs Constructor |
Creates a new instance of AnnotationPropertyChangingEventArgs.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AnnotationPropertyChangingEventArgs(
Object sender,
string propertyName,
Object currentValue,
Object newValue
)
Public Sub New (
sender As Object,
propertyName As String,
currentValue As Object,
newValue As Object
)
Parameters
- sender
- Type: SystemObject
The object sending this event. - propertyName
- Type: SystemString
The name of the property being changed. - currentValue
- Type: SystemObject
The current value of the property. - newValue
- Type: SystemObject
The new value of the property.
See Also