NavigateEventArgs Constructor
.NET Framework 1.1
Initializes a new instance of the NavigateEventArgs class.
[Visual Basic] Public Sub New( _ ByVal isForward As Boolean _ ) [C#] public NavigateEventArgs( bool isForward ); [C++] public: NavigateEventArgs( bool isForward ); [JScript] public function NavigateEventArgs( isForward : Boolean );
Parameters
- isForward
- true to navigate in a forward direction; otherwise, false.
Remarks
The isForward parameter value is assigned to the Forward property.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
NavigateEventArgs Class | NavigateEventArgs Members | System.Windows.Forms Namespace | DataGrid