[]
Initializes a new instance of the KeyExitEventArgs class using the specified ExitKeys.
public KeyExitEventArgs(ExitKeys key)
Public Sub New(key As ExitKeys)
Type | Name | Description |
---|---|---|
ExitKeys | key | An ExitKeys value that indicates which key caused the KeyExit event. |