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

Navigates back to the table previously displayed in the grid.

[Visual Basic]
Public Sub NavigateBack()
[C#]
public void NavigateBack();
[C++]
public: void NavigateBack();
[JScript]
public function NavigateBack();

Remarks

If the grid has no parent rows, no change occurs.

Example [Visual Basic]

[Visual Basic]

Private Sub GoBack(ByVal myGrid As DataGrid)
   ' UNDONE 2/16/00 Should insert code to 
   ' Test to see if a Relationship exists. If not then NavigateBack.
   myGrid.NavigateBack
End Sub

See Also

DataGrid Class | DataGrid Members | System.WinForms Namespace