AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) 建構函式

定義

初始化 AnnotationAuthorChangedEventArgs 類別的新執行個體。

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)

參數

annotation
Annotation

引發事件的附註。

action
AnnotationAction

執行的作者作業:AddedRemovedModified

author
Object

由事件變更的作者物件。

例外狀況

annotationaction 是 Visual Basic) 中 Nothing 的 Null 參考 (。

備註

AnnotationAuthorChangedEventArgs會在批註上發生事件時 AuthorChanged 當做參數傳遞至 AnnotationAuthorChangedEventHandler

適用於