///<summary> /// Creates an instance of the HotKeyArgs, using the HotKeySet as its context, which will be handed back to the user /// when the event is triggered. ///</summary> ///<param name="sender">The context/sender</param> public HotKeyArgs( HotKeySet sender ) { m_sender = sender; }
///<summary> /// Creates an instance of the HotKeyArgs, using the HotKeySet as its context, which will be handed back to the user /// when the event is triggered. ///</summary> ///<param name="sender">The context/sender</param> public HotKeyArgs(HotKeySet sender) { m_sender = sender; }