BusinessLogicRowUpdatedEventHandler 代理人

定義

RowUpdated イベントを処理するメソッドを表します。

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

イベント引数。

適用対象