ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewCommandEventArgs Class / C1GridViewCommandEventArgs Constructor / C1GridViewCommandEventArgs Constructor(C1GridViewRow,Object,CommandEventArgs)
A C1GridViewRow that contains the command source.
The source of the command.
A System.Web.UI.WebControls.CommandEventArgs that contains the event data.

In This Topic
    C1GridViewCommandEventArgs Constructor(C1GridViewRow,Object,CommandEventArgs)
    In This Topic
    Constructor. Initializes a new instance of the C1GridViewCommandEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As C1GridViewRow, _
       ByVal commandSource As System.Object, _
       ByVal originalArgs As System.Web.UI.WebControls.CommandEventArgs _
    )
    public C1GridViewCommandEventArgs( 
       C1GridViewRow row,
       System.object commandSource,
       System.Web.UI.WebControls.CommandEventArgs originalArgs
    )

    Parameters

    row
    A C1GridViewRow that contains the command source.
    commandSource
    The source of the command.
    originalArgs
    A System.Web.UI.WebControls.CommandEventArgs that contains the event data.
    See Also