PdfAnnotationChangingEventArgs Properties
Provides data for the AnnotationChanging event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NewAnnotation | Returns an annotation’s new property values. |
OldAnnotation | Returns an annotation’s previous property values. |
See Also