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

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

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

Parameters

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

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace