'Declaration Public Delegate Sub RowUpdatingEventHandler( _ ByVal sender As Object, _ ByVal e As RowUpdatingEventArgs _ )
public delegate void RowUpdatingEventHandler( object sender, RowUpdatingEventArgs e )
Parameters
- sender
- e
'Declaration Public Delegate Sub RowUpdatingEventHandler( _ ByVal sender As Object, _ ByVal e As RowUpdatingEventArgs _ )
public delegate void RowUpdatingEventHandler( object sender, RowUpdatingEventArgs e )