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)

取得表示特定委派所代表之方法的物件。

適用於

另請參閱