BusinessLogicRowUpdatingEventHandler Delegato

Definizione

Rappresenta il metodo che gestirà un evento di aggiornamento riga.

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

Parametri

sender
Object

Origine dell'evento.

Si applica a