AnnotationAuthorChangedEventHandler 委托

定义

表示处理 Annotation 类所引发的 AuthorChanged 事件的方法。

public delegate void AnnotationAuthorChangedEventHandler(System::Object ^ sender, AnnotationAuthorChangedEventArgs ^ e);
public delegate void AnnotationAuthorChangedEventHandler(object sender, AnnotationAuthorChangedEventArgs e);
type AnnotationAuthorChangedEventHandler = delegate of obj * AnnotationAuthorChangedEventArgs -> unit
Public Delegate Sub AnnotationAuthorChangedEventHandler(sender As Object, e As AnnotationAuthorChangedEventArgs)

参数

sender
Object

事件源。

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于

另请参阅