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 是空參考(Nothing 在 Visual Basic中)。
action 是無效 AnnotationAction的。
備註
AnnotationAuthorChangedEventArgs 會在註解上發生事件時AnnotationAuthorChangedEventHandler,作為參數傳遞給 。AuthorChanged