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

作者操作執行: AddedRemoved、 或 Modified

author
Object

作者的目標是事件改變了他。

例外狀況

annotationaction 是空參考(Nothing 在 Visual Basic中)。

備註

AnnotationAuthorChangedEventArgs 會在註解上發生事件時AnnotationAuthorChangedEventHandler,作為參數傳遞給 。AuthorChanged

適用於