BusinessLogicRowUpdatedEventHandler Delegat

Definition

Stellt die Methode dar, durch die ein Zeilenaktualisierungsereignis behandelt wird.

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)

Parameter

sender
Object

Der Objektsender.

e
BusinessLogicRowUpdatedEventArgs

Das Ereignisargument.

Gilt für: