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(
	C1GridViewRow row,
	Object commandSource,
	CommandEventArgs originalArgs
)
Visual Basic
Public Sub New ( _
	row As C1GridViewRow, _
	commandSource As Object, _
	originalArgs As CommandEventArgs _
)

Parameters

row
Type: C1.Web.UI.Controls.C1GridView..::..C1GridViewRow
A C1GridViewRow that contains the command source.
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