PDFReaderControls.NET Professional Type Reference

AnnotationsChangedEventHandler Delegate

Represents the method that handles the AnnotationCollection.Changed event.

public delegate void AnnotationsChangedEventHandler(
   AnnotationCollection sender,
   AnnotationsChangedEventArgs e
);

Parameters

sender
The sender.
e
The annotations changed event arguments.

Requirements

Namespace: TallComponents.PDF.Annotations

Assembly: TallComponents.PDF.ReaderControls (in TallComponents.PDF.ReaderControls.dll)

See Also

TallComponents.PDF.Annotations Namespace