C# Class SylphyHorn.Services.ShortcutKeyPressedEventArgs

显示文件 Open project: Grabacr07/SylphyHorn Class Usage Examples

Public Methods

Method Description
ShortcutKeyPressedEventArgs ( ShortcutKey shortcutKey ) : System

Private Methods

Method Description
ShortcutKeyPressedEventArgs ( Keys key, ICollection modifiers ) : System

Method Details

ShortcutKeyPressedEventArgs() public method

public ShortcutKeyPressedEventArgs ( ShortcutKey shortcutKey ) : System
shortcutKey ShortcutKey
return System