Udostępnij za pośrednictwem


RequestNavigateEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RequestNavigateEventArgs. Ten konstruktor jest chroniony.

Przeciążenia

RequestNavigateEventArgs()

Inicjuje nowe wystąpienie klasy RequestNavigateEventArgs. Ten konstruktor jest chroniony.

RequestNavigateEventArgs(Uri, String)

Inicjuje RequestNavigateEventArgs nowe wystąpienie klasy o ujednoliconym identyfikatorze zasobów (URI) i nazwie docelowej.

RequestNavigateEventArgs()

Inicjuje nowe wystąpienie klasy RequestNavigateEventArgs. Ten konstruktor jest chroniony.

protected:
 RequestNavigateEventArgs();
protected RequestNavigateEventArgs ();
Protected Sub New ()

Dotyczy

RequestNavigateEventArgs(Uri, String)

Inicjuje RequestNavigateEventArgs nowe wystąpienie klasy o ujednoliconym identyfikatorze zasobów (URI) i nazwie docelowej.

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)

Parametry

uri
Uri

Docelowy identyfikator URI.

target
String

Nazwa docelowa.

Dotyczy