private void _hotKeyPopup_SelectionAccepted(object sender, NuGenHotKeyEventArgs e)
		{
			this.SelectedHotKeys = e.HotKeys;
			this.CloseDropDown();
		}
예제 #2
0
		private void OnSelectionAccepted(NuGenHotKeyEventArgs e)
		{
			this.Initiator.InvokeEventHandlerT<NuGenHotKeyEventArgs>(_selectionAccepted, e);
		}