ObjectReadyEventHandler Delegate

Definition

Represents the method that will handle the ObjectReady event.

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)

Parameters

sender
Object

The instance of the object for which to invoke this method.

e
ObjectReadyEventArgs

The ObjectReadyEventArgs that specifies the reason the event was invoked.

Extension Methods

GetMethodInfo(Delegate)

Gets an object that represents the method represented by the specified delegate.

Applies to