'Declaration Public Event RowCommand As C1GridViewCommandEventHandler
public event C1GridViewCommandEventHandler RowCommand
Event Data
The event handler receives an argument of type C1GridViewCommandEventArgs containing data related to this event. The following C1GridViewCommandEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CommandArgument | (Inherited from System.Web.UI.WebControls.CommandEventArgs) |
CommandName | (Inherited from System.Web.UI.WebControls.CommandEventArgs) |
CommandSource | Gets the source of the command. |
See Also