Event Args for the event that is fired after the hot key has been pressed.
Inheritance: System.EventArgs
Exemplo n.º 1
0
 private void KeyboardHook_KeyPressed(object sender, KeyPressedEventArgs e)
 {
     Button_Click_1(null, null);
 }