| C1.Web.Wijmo.Controls.C1GridView Namespace > C1GridView Class : RowCommand Event |
'Declaration<C1CategoryAttribute("Action")> <C1DescriptionAttribute(Key="C1Grid.RowCommand", Description="Occurs when a button is clicked in a C1GridView control.")> Public Event RowCommand As C1GridViewCommandEventHandler
[C1Category("Action")] [C1Description(Key="C1Grid.RowCommand", Description="Occurs when a button is clicked in a C1GridView control.")] public event C1GridViewCommandEventHandler RowCommand
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2