SylphyHorn.Services.ShortcutKeyPressedEventArgs.ShortcutKeyPressedEventArgs C# (CSharp) Method

ShortcutKeyPressedEventArgs() private method

private ShortcutKeyPressedEventArgs ( Keys key, ICollection modifiers ) : System
key Keys
modifiers ICollection
return System
        internal ShortcutKeyPressedEventArgs(Keys key, ICollection<Keys> modifiers)
        {
            this.ShortcutKey = new ShortcutKey(key, modifiers);
        }

Same methods

ShortcutKeyPressedEventArgs::ShortcutKeyPressedEventArgs ( ShortcutKey shortcutKey ) : System
ShortcutKeyPressedEventArgs