BusinessLogicRowUpdatedEventHandler Délégué

Définition

Représente la méthode qui gérera un événement mis à jour par la ligne.

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)

Paramètres

sender
Object

L’expéditeur de l’objet.

e
BusinessLogicRowUpdatedEventArgs

Argument d’événement.

S’applique à