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