Bagikan melalui


BusinessLogicRowUpdatingEventHandler Delegasikan

Definisi

Mewakili metode yang akan menangani peristiwa pembaruan baris.

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)

Parameter

sender
Object

Sumber dari peristiwa tersebut.

Berlaku untuk