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