示例#1
0
        //public string Name { get { return HotKey.Name; } }
        //public Keys Key { get { return HotKey.Key; } set { HotKey.Key = value; } }
        //public Modifiers Modifier { get { return HotKey.Modifier; } set { HotKey.Modifier = value; } }
        //public string FullInfo() { return HotKey.FullInfo(); }
        //public object Tag { get { return HotKey.Tag; } set { HotKey.Tag = value; } }
        //public int Id { get { return HotKey.Id; } }
        //public bool Enabled { get { return HotKey.Enabled; } set { HotKey.Enabled = value; } }

        public GlobalHotKeyEventArgs(GlobalHotKey hotKey)
        {
            HotKey = hotKey;
        }