AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Constructor

Definition

Initializes a new instance of the AnnotationAuthorChangedEventArgs class.

public:
 AnnotationAuthorChangedEventArgs(System::Windows::Annotations::Annotation ^ annotation, System::Windows::Annotations::AnnotationAction action, System::Object ^ author);
public AnnotationAuthorChangedEventArgs (System.Windows.Annotations.Annotation annotation, System.Windows.Annotations.AnnotationAction action, object author);
new System.Windows.Annotations.AnnotationAuthorChangedEventArgs : System.Windows.Annotations.Annotation * System.Windows.Annotations.AnnotationAction * obj -> System.Windows.Annotations.AnnotationAuthorChangedEventArgs
Public Sub New (annotation As Annotation, action As AnnotationAction, author As Object)

Parameters

annotation
Annotation

The annotation raising the event.

action
AnnotationAction

The author operation performed: Added, Removed, or Modified.

author
Object

The author object being changed by the event.

Exceptions

annotation or action is a null reference (Nothing in Visual Basic).

Remarks

AnnotationAuthorChangedEventArgs is passed as a parameter to the AnnotationAuthorChangedEventHandler whenever an AuthorChanged event occurs on an annotation.

Applies to