C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewCommandEventArgs Class / C1GridViewCommandEventArgs Constructor / C1GridViewCommandEventArgs Constructor(Object,CommandEventArgs)
The source of the command.
A System.Web.UI.WebControls.CommandEventArgs that contains the event data.

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

Parameters

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