Intersoft ClientUI Documentation
NavigationProgress Event
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXFrame Class : NavigationProgress Event






Occurs periodically during a download to provide navigation progress information.

Syntax

Visual Basic (Declaration) 
Public Event NavigationProgress As NavigationProgressEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UXFrame
Dim handler As NavigationProgressEventHandler
 
AddHandler instance.NavigationProgress, handler
C# 
public event NavigationProgressEventHandler NavigationProgress
Delphi 
public event NavigationProgress: NavigationProgressEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
public: __event NavigationProgressEventHandler* NavigationProgress
C++/CLI 
public:
event NavigationProgressEventHandler^ NavigationProgress

Event Data

The event handler receives an argument of type NavigationProgressEventArgs containing data related to this event. The following NavigationProgressEventArgs properties provide information specific to this event.

PropertyDescription
BytesRead Gets the number of bytes that have been read.
Handled (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
HandledBy (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
IsHandledByPrimitive (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
MaxBytes Gets the maximum number of bytes.
Navigator Gets the navigator that raised the event
OriginalSource (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
RoutedEvent (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
Source (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
Uri Gets the uniform resource identifier (URI) of the target page.

Remarks

Occurs periodically during a download to provide navigation progress information.

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.