'Declaration Public Delegate Sub C1GridViewBeginRowUpdateEventHandler( _ ByVal sender As System.Object, _ ByVal e As C1GridViewBeginRowUpdateEventArgs _ )
public delegate void C1GridViewBeginRowUpdateEventHandler( System.object sender, C1GridViewBeginRowUpdateEventArgs e )
Parameters
- sender
- The source of the event.
- e
- A C1GridViewBeginRowUpdateEventArgs object that contains the event data.