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.RemoveOnUpdateCommand

[To be supplied.]

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

Parameters

handler
[To be supplied.]

See Also

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