ObjectReadyEventHandler Delegado

Definición

Representa el método que controlará el ObjectReady evento.

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)

Parámetros

sender
Object

Instancia del objeto para el que se va a invocar este método.

e
ObjectReadyEventArgs

ObjectReadyEventArgs que especifica el motivo por el que se invocó el evento.

Métodos de extensión

Nombre Description
GetMethodInfo(Delegate)

Obtiene un objeto que representa el método representado por el delegado especificado.

Se aplica a