AccessKeyPressedEventArgs 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 AccessKeyEventArgs class.
Overloads
AccessKeyPressedEventArgs() |
Initializes a new instance of the AccessKeyEventArgs class. |
AccessKeyPressedEventArgs(String) |
Initializes a new instance of the AccessKeyPressedEventArgs class with the specified access key. |
Remarks
AccessKeyPressedEventArgs()
Initializes a new instance of the AccessKeyEventArgs class.
public:
AccessKeyPressedEventArgs();
public AccessKeyPressedEventArgs ();
Public Sub New ()
See also
Applies to
AccessKeyPressedEventArgs(String)
Initializes a new instance of the AccessKeyPressedEventArgs class with the specified access key.
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)
Parameters
- key
- String
The access key.