AnnotationAuthorChangedEventArgs 类

定义

提供事件的数据 AuthorChanged

public ref class AnnotationAuthorChangedEventArgs sealed : EventArgs
public sealed class AnnotationAuthorChangedEventArgs : EventArgs
type AnnotationAuthorChangedEventArgs = class
    inherit EventArgs
Public NotInheritable Class AnnotationAuthorChangedEventArgs
Inherits EventArgs
继承
AnnotationAuthorChangedEventArgs

注解

AnnotationAuthorChangedEventArgs作为参数AnnotationAuthorChangedEventHandler传递给每当发生事件AuthorChangedAnnotation

构造函数

名称 说明
AnnotationAuthorChangedEventArgs(Annotation, AnnotationAction, Object)

初始化 AnnotationAuthorChangedEventArgs 类的新实例。

属性

名称 说明
Action

获取事件的作者更改操作。

Annotation

获取引发事件的批注。

Author

获取是事件目标的 author 对象。

方法

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅