次の方法で共有


BusinessLogicRowUpdatingEventHandler 代理人

定義

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

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)

パラメーター

sender
Object

イベントのソース。

e
BusinessLogicRowUpdatingEventArgs

イベントです。

適用対象