Aracılığıyla paylaş


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 yazma işlemi: Added, Removedveya Modified.

author
Object

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

Özel durumlar

annotation veya action null başvurudur (Visual Basic'te hiçbir şey ).

Açıklamalar

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

Şunlara uygulanır