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

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

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

Parameters

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

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace