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