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

事件正在更改的 author 对象。

例外

annotationaction 是空引用(Visual Basic)。

注解

AnnotationAuthorChangedEventArgs 作为参数 AnnotationAuthorChangedEventHandler 传递给在批注上发生事件时 AuthorChanged

适用于