RequestNavigateEventArgs Konstruktory

Definicja

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

Przeciążenia

Nazwa Opis
RequestNavigateEventArgs()

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

RequestNavigateEventArgs(Uri, String)

Inicjuje nowe wystąpienie RequestNavigateEventArgs klasy przy użyciu identyfikatora URI (URI) i nazwy docelowej.

RequestNavigateEventArgs()

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

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

Dotyczy

RequestNavigateEventArgs(Uri, String)

Inicjuje nowe wystąpienie RequestNavigateEventArgs klasy przy użyciu identyfikatora URI (URI) i nazwy 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