AccessKeyPressedEventArgs Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy AccessKeyEventArgs.
Przeciążenia
AccessKeyPressedEventArgs() |
Inicjuje nowe wystąpienie klasy AccessKeyEventArgs. |
AccessKeyPressedEventArgs(String) |
Inicjuje AccessKeyPressedEventArgs nowe wystąpienie klasy przy użyciu określonego klucza dostępu. |
Uwagi
AccessKeyPressedEventArgs()
Inicjuje nowe wystąpienie klasy AccessKeyEventArgs.
public:
AccessKeyPressedEventArgs();
public AccessKeyPressedEventArgs ();
Public Sub New ()
Zobacz też
Dotyczy
AccessKeyPressedEventArgs(String)
Inicjuje AccessKeyPressedEventArgs nowe wystąpienie klasy przy użyciu określonego klucza dostępu.
public:
AccessKeyPressedEventArgs(System::String ^ key);
public AccessKeyPressedEventArgs (string key);
new System.Windows.Input.AccessKeyPressedEventArgs : string -> System.Windows.Input.AccessKeyPressedEventArgs
Public Sub New (key As String)
Parametry
- key
- String
Klucz dostępu.