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
事件正在更改的 author 对象。
例外
annotation 或 action 是空引用(Visual Basic)。
action
AnnotationAction无效。
注解
AnnotationAuthorChangedEventArgs 作为参数 AnnotationAuthorChangedEventHandler 传递给在批注上发生事件时 AuthorChanged 。