BusinessLogicRowUpdatedEventHandler Delegate

Definition

Represents the method that will handle a row updated event.

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)

Parameters

sender
Object

The object sender.

e
BusinessLogicRowUpdatedEventArgs

The event argument.

Applies to