Name

NavigateEventArgs

Synopsis

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()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.