ObjectReadyEventHandler 代理人

定義

表示處理 ObjectReady 事件的方法。

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

參數

sender
Object

要叫用此方法的物件執行個體。

e
ObjectReadyEventArgs

ObjectReadyEventArgs,指定叫用事件的理由。

擴充方法

GetMethodInfo(Delegate)

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

適用於