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

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
);

Parameters

e
A NavigateEventArgs that contains the event data.

Remarks

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.

Requirements

NGWS Runtime Security:

  false'>

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace