The delegate method handles the row updating event
シンタックス
'宣言
Public Delegate Sub RowUpdatingEventHandler( _
ByVal As System.Object, _
ByVal As System.Data.Common.RowUpdatingEventArgs _
)
public delegate void RowUpdatingEventHandler(
System.object ,
System.Data.Common.RowUpdatingEventArgs
)
パラメータ
- sender
- e
参照