March 2003
Intermediate to advanced
896 pages
32h 35m
English
NavigateEventArgs
This class encapsulates the information for the
DataGrid.Navigate event, which is raised when the
user navigates through a data relation to a new table. You can
determine whether the navigation is occurring
Forward through the relation or back to the
previous table.
public class NavigateEventArgs : EventArgs { // Public Constructors public NavigateEventArgs(bool isForward); // Public Instance Properties public bool Forward{get; } }
System.Object
→ System.EventArgs → NavigateEventArgs
DataGrid.OnNavigate(),
NavigateEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access