GlobalHotKey.KeyPressedEventArgs.KeyPressedEventArgs C# (CSharp) Method

KeyPressedEventArgs() public method

Initializes a new instance of the KeyPressedEventArgs class.
public KeyPressedEventArgs ( HotKey hotKey ) : System
hotKey HotKey The hot key.
return System
        public KeyPressedEventArgs(HotKey hotKey)
        {
            HotKey = hotKey;
        }
KeyPressedEventArgs