Constructor. Initializes a new instance of the C1GridViewCommandEventArgs class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1GridViewCommandEventArgs(
	Object commandSource,
	CommandEventArgs originalArgs
)
Visual Basic
Public Sub New ( _
	commandSource As Object, _
	originalArgs As CommandEventArgs _
)

Parameters

commandSource
Type: System..::..Object
The source of the command.
originalArgs
Type: System.Web.UI.WebControls..::..CommandEventArgs
A CommandEventArgs that contains the event data.

See Also