BusinessLogicRowUpdatedEventHandler Делегат

Определение

Представляет метод, обрабатывающий событие обновленной строки.

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)

Параметры

sender
Object

Отправитель объекта.

e
BusinessLogicRowUpdatedEventArgs

Аргумент события.

Применяется к