NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGrid.RemoveOnDeleteCommand

[To be supplied.]

[Visual Basic]
Public Sub RemoveOnDeleteCommand( _
   ByVal handler As DataGridCommandEventHandler _
)
[C#]
public void RemoveOnDeleteCommand(
   DataGridCommandEventHandler handler
);
[C++]
public: void RemoveOnDeleteCommand(
   DataGridCommandEventHandler* handler
);
[JScript]
public function RemoveOnDeleteCommand(
   handler : DataGridCommandEventHandler
);

Parameters

handler
[To be supplied.]

See Also

DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace