Intersoft ClientUI Documentation
OnNavigatedFrom(NavigationEventArgs) Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXPage Class : OnNavigatedFrom(NavigationEventArgs) Method






e
An object that contains the event data.
Called when the page is no longer the active page in the navigation frame.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnNavigatedFrom( _
   ByVal e As NavigationEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXPage
Dim e As NavigationEventArgs
 
instance.OnNavigatedFrom(e)
C# 
protected virtual void OnNavigatedFrom( 
   NavigationEventArgs e
)
Delphi 
protected procedure OnNavigatedFrom( 
    e: NavigationEventArgs
); virtual; 
JScript 
protected function OnNavigatedFrom( 
   e : NavigationEventArgs
);
Managed Extensions for C++ 
protected: virtual void OnNavigatedFrom( 
   NavigationEventArgs* e
) 
C++/CLI 
protected:
virtual void OnNavigatedFrom( 
   NavigationEventArgs^ e
) 

Parameters

e
An object that contains the event data.

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.