AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
- author
- Object
由事件變更的作者物件。
例外狀況
annotation
或 action
是 Visual Basic) 中 Nothing 的 Null 參考 (。
action
為無效的 AnnotationAction。
備註
AnnotationAuthorChangedEventArgs會在批註上發生事件時 AuthorChanged 當做參數傳遞至 AnnotationAuthorChangedEventHandler 。