C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / RowCommand Event

RowCommand Event
Occurs when a button is clicked in a C1GridView control.
Syntax
'Declaration
 
Public Event RowCommand As C1GridViewCommandEventHandler
 
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.

PropertyDescription
(Inherited from System.Web.UI.WebControls.CommandEventArgs)
(Inherited from System.Web.UI.WebControls.CommandEventArgs)
Gets the source of the command.  
See Also