PDFReaderControls.NET Professional Type Reference

AnnotationCollection.Changed Event

Fires when items have been added or removed.

public event AnnotationsChangedEventHandler Changed;

Event Data

The event handler receives an argument of type AnnotationsChangedEventArgs containing data related to this event. The following AnnotationsChangedEventArgs properties provide information specific to this event.

Property Description
Added Annotations that have been added.
Removed Annotations that have been removed.

See Also

AnnotationCollection Class | TallComponents.PDF.Annotations Namespace