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

Removes the event handler that has been associated with the OnColumnHeaderClick event.

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

Parameters

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

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace