AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Constructor

Definitie

Initialiseert een nieuw exemplaar van de AnnotationAuthorChangedEventArgs klasse.

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

De aantekening die de gebeurtenis aangeeft.

action
AnnotationAction

De bewerking auteur uitgevoerd: Added, Removed, of Modified.

author
Object

Het auteurobject dat wordt gewijzigd door de gebeurtenis.

Uitzonderingen

annotation of action is een null-verwijzing (Nothing in Visual Basic).

Opmerkingen

AnnotationAuthorChangedEventArgs wordt doorgegeven als een parameter aan het AnnotationAuthorChangedEventHandler moment dat een AuthorChanged gebeurtenis op een aantekening plaatsvindt.

Van toepassing op