NavigateEventArgs

NavigateEventArgs

System. Windows .Forms (system. windows .forms.dll) class

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

Hierarchy

System.Object System.EventArgs NavigateEventArgs

Passed To

DataGrid.OnNavigate() , NavigateEventHandler.{BeginInvoke() , Invoke()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net