AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) Oluşturucu

Tanım

AnnotationAuthorChangedEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

annotation
Annotation

Olayı yükselten ek açıklama.

action
AnnotationAction

Gerçekleştirilen yazar işlemi: Added, Removedveya Modified.

author
Object

Olay tarafından değiştirilen author nesnesi.

Özel durumlar

annotation veya action null başvurudur (Nothing Visual Basic).

Açıklamalar

AnnotationAuthorChangedEventArgs, bir ek açıklama üzerinde her AnnotationAuthorChangedEventHandler olay gerçekleştiğinde parametresine parametre AuthorChanged olarak geçirilir.

Şunlara uygulanır