ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / RowCommand Event

In This Topic
    RowCommand Event
    In This Topic
    Occurs when a button is clicked in a C1GridView control.
    Syntax
    '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.

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