RequestNavigateEventArgs Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RequestNavigateEventArgs class. This constructor is protected.
Overloads
RequestNavigateEventArgs() |
Initializes a new instance of the RequestNavigateEventArgs class. This constructor is protected. |
RequestNavigateEventArgs(Uri, String) |
Initializes a new instance of the RequestNavigateEventArgs class with a uniform resource identifier (URI) and target name. |
RequestNavigateEventArgs()
Initializes a new instance of the RequestNavigateEventArgs class. This constructor is protected.
protected:
RequestNavigateEventArgs();
protected RequestNavigateEventArgs ();
Protected Sub New ()
Applies to
RequestNavigateEventArgs(Uri, String)
Initializes a new instance of the RequestNavigateEventArgs class with a uniform resource identifier (URI) and target name.
public:
RequestNavigateEventArgs(Uri ^ uri, System::String ^ target);
public RequestNavigateEventArgs (Uri uri, string target);
new System.Windows.Navigation.RequestNavigateEventArgs : Uri * string -> System.Windows.Navigation.RequestNavigateEventArgs
Public Sub New (uri As Uri, target As String)
Parameters
- uri
- Uri
The target URI.
- target
- String
The target name.