Intersoft ClientUI Documentation
BaseEventArgs Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > NavigationEventArgs Class : BaseEventArgs Property






Gets the original NavigationEventArgs raised by native navigation system.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BaseEventArgs As NavigationEventArgs
Visual Basic (Usage)Copy Code
Dim instance As NavigationEventArgs
Dim value As NavigationEventArgs
 
value = instance.BaseEventArgs
C# 
public NavigationEventArgs BaseEventArgs {get;}
Delphi 
public read-only property BaseEventArgs: NavigationEventArgs; 
JScript 
public function get BaseEventArgs : NavigationEventArgs
Managed Extensions for C++ 
public: __property NavigationEventArgs* get_BaseEventArgs();
C++/CLI 
public:
property NavigationEventArgs^ BaseEventArgs {
   NavigationEventArgs^ get();
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.