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

[To be supplied.]

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

Parameters

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

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace