 
            | Miner.Windows Assembly > Miner.Windows.Commands Namespace : ComboBoxCommand Class | 
For a list of all members of this type, see ComboBoxCommand members.
| Name | Description | |
|---|---|---|
|  | Activating | The event that is raised before a control gains the focus. (Inherited from Miner.Windows.Commands.Command) | 
|  | Click | The event that is raised when the control is clicked. (Inherited from Miner.Windows.Commands.Command) | 
|  | ContextMenuOpening | The event that is raised before a command is shown in a context menu. (Inherited from Miner.Windows.Commands.Command) | 
|  | Deactivated | The event that is raised after a control has lost the focus. (Inherited from Miner.Windows.Commands.Command) | 
|  | DoubleClick | The event that is raised when the control is double-clicked. (Inherited from Miner.Windows.Commands.Command) | 
|  | DropDownClosed | This event allows listeners to be informed whenever a dropdown window has just been closed. | 
|  | DropDownOpening | This event allows listeners to be informed whenever a dropdown window is about to be displayed. | 
|  | KeyDown | The event that is raised when a key is pressed while the control has focus. (Inherited from Miner.Windows.Commands.Command) | 
|  | KeyPress | The event that is raised when a key is pressed while the control has focus. (Inherited from Miner.Windows.Commands.Command) | 
|  | KeyUp | The event that is raised when a key is released while the control has focus. (Inherited from Miner.Windows.Commands.Command) | 
|  | TextCommitted | This event allows listeners to be informed when combo box text entry has been completed. | 
|  | ValueChanged | The event that is raised when the value of a control changes. (Inherited from Miner.Windows.Commands.Command) |