Click or drag to resize

AnnotationPropertyChangingEventArgs Properties

The AnnotationPropertyChangingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether this change should be accepted.
Public propertyCurrentValue
Gets the current value of the property.
Public propertyNewValue
Gets or sets the new value for the property.
Public propertyPropertyName
Gets the name of the property that is being changed.
Public propertySender
Gets the object that raised the event.
Top
See Also