DataGridSortCommandEventArgs.DataGridSortCommandEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the DataGridSortCommandEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public:
DataGridSortCommandEventArgs (
Object^ commandSource,
DataGridCommandEventArgs^ dce
)
public DataGridSortCommandEventArgs ( Object commandSource, DataGridCommandEventArgs dce )
public function DataGridSortCommandEventArgs ( commandSource : Object, dce : DataGridCommandEventArgs )
Not applicable.
Parameters
- commandSource
The source of the command.
- dce
A DataGridCommandEventArgs that contains the event data.
Use this constructor to create and initialize a new instance of the DataGridSortCommandEventArgs class.
When an instance of DataGridSortCommandEventArgs is created by a call to this constructor, the following properties are initialized to the specified values.
| Property | Initial value |
|---|---|
| The value of the commandSource parameter. | |
| The value of the dce.CommandArgument parameter. |
Community Additions
ADD
Show: