AccessKeyPressedEventArgs Constructors

Definition

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

AccessKeyManager

AccessKeyPressedEventHandler

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.

See also

Applies to