Represents the method that handles the AnnotationCollection.Changed event.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public delegate void AnnotationsChangedEventHandler(
	AnnotationCollection sender,
	AnnotationsChangedEventArgs e
)
Visual Basic
Public Delegate Sub AnnotationsChangedEventHandler ( _
	sender As AnnotationCollection, _
	e As AnnotationsChangedEventArgs _
)

Parameters

sender
Type: TallComponents.PDF.Annotations..::..AnnotationCollection
The sender.
e
Type: TallComponents.PDF.Annotations..::..AnnotationsChangedEventArgs
The annotations changed event arguments.

See Also