BusinessLogicRowUpdatedEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà un evento aggiornato della riga.

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

Parametri

sender
Object

Mittente dell'oggetto.

e
BusinessLogicRowUpdatedEventArgs

Argomento dell'evento.

Si applica a