Intersoft ClientUI Documentation
Navigate(Uri,Object) Method



A Uri object initialized with the URI for the desired content.
A Object that contains data to be used for processing during navigation.
Navigates asynchronously to source content located at a uniform resource identifier (URI), and passes an object that contains data to be used for processing during navigation.
Syntax
Public Overloads Function Navigate( _
   ByVal uri As Uri, _
   ByVal extraData As Object _
) As Boolean
Dim instance As UXFrame
Dim uri As Uri
Dim extraData As Object
Dim value As Boolean
 
value = instance.Navigate(uri, extraData)
public bool Navigate( 
   Uri uri,
   object extraData
)
public:
bool Navigate( 
   Uri^ uri,
   Object^ extraData
) 

Parameters

uri
A Uri object initialized with the URI for the desired content.
extraData
A Object that contains data to be used for processing during navigation.

Return Value

true if navigation is not canceled; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFrame Class
UXFrame Members
Overload List

Send Feedback