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