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 );
DataGrid Class | DataGrid Members | System.WinForms Namespace