Raises the System.WinForms.DataGrid.CurrentCellChange event.
[Visual Basic] Protected Sub OnCurrentCellChange( _ ByVal e As EventArgs _ ) [C#] protected void OnCurrentCellChange( EventArgs e ); [C++] protected: void OnCurrentCellChange( EventArgs* e ); [JScript] protected function OnCurrentCellChange( e : EventArgs );
Raising an event invokes the event-handling method through a delegate. For an overview, see TBD.
Notes to Inheritors When overriding OnCurrentCellChange in a derived class, be sure to call the base class's OnCurrentCellChange method.
DataGrid Class | DataGrid Members | System.WinForms Namespace