C# Class SoundSwitch.Framework.WindowsAPIAdapter.KeyPressedEventArgs

Event Args for the event that is fired after the hot key has been pressed.
Inheritance: System.EventArgs
ファイルを表示 Open project: Belphemur/SoundSwitch

Public Methods

Method Description
KeyPressedEventArgs ( HotKeys hotKeys ) : System

Method Details

KeyPressedEventArgs() public method

public KeyPressedEventArgs ( HotKeys hotKeys ) : System
hotKeys HotKeys
return System