Represents the method that will handle the SelectedIndexChanging
event of the C1GridView.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
public delegate void C1GridViewSelectEventHandler( Object sender, C1GridViewSelectEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub C1GridViewSelectEventHandler ( _ sender As Object, _ e As C1GridViewSelectEventArgs _ ) |
Parameters
- sender
- Type: System..::..Object
The source of the event.
- e
- Type: C1.Web.UI.Controls.C1GridView..::..C1GridViewSelectEventArgs
A C1GridViewSelectEventArgs object that contains the event data.