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

[To be supplied.]

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

Parameters

handler
The EventHandler delegate that represents the method that will handle the OnNodeClick event.

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace