ObjectReadyEventHandler Delegado

Definición

Representa el método que controlará el evento 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)

Parámetros

sender
Object

Instancia del objeto para el que debe invocarse este método.

e
ObjectReadyEventArgs

ObjectReadyEventArgs que especifica la razón por la que se llama al evento.

Métodos de extensión

GetMethodInfo(Delegate)

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

Se aplica a