Share via


BusinessLogicRowUpdatingEventHandler Délégué

Définition

Représente la méthode qui gère une ligne d'événement de mise à jour.

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)

Paramètres

sender
Object

Source de l'événement.

S’applique à