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






Gets the original NavigationFailedEventArgs raised by native navigation system.

Syntax

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