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)

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

适用于