[To be supplied.]
The following declaration shows the syntax for a method that handles the ItemCommand event.
[Visual Basic] Protected Sub DataGridName_ItemCommand( _ ByVal sender As Object, _ ByVal e As DataGridCommandEventArgs _ ) [C#] protected void DataGridName_ItemCommand( object sender, DataGridCommandEventArgs e ); [C++] protected: void DataGridName_ItemCommand( Object* sender, DataGridCommandEventArgs* e ); [JScript] protected DataGridName_ItemCommand( sender : Object, e : DataGridCommandEventArgs );
Property | Description |
---|---|
|
|
|
DataGrid Class | DataGrid MembersTopic | System.Web.UI.WebControls Namespace