 
            | Miner.Windows Assembly > Miner.Windows.Commands Namespace : ComboBoxCommand Class | 
For a list of all members of this type, see ComboBoxCommand members.
| Name | Description | |
|---|---|---|
|  | Execute | Raises the Click event for this Command. (Inherited from Miner.Windows.Commands.Command) | 
| Name | Description | |
|---|---|---|
|  | OnActivating | Raises the Activating event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnClick | Raises the Click event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnContextMenuOpening | Raises the BeforeShowInContextMenu event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnDeactivated | Raises the Deactivated event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnDoubleClick | Raises the DoubleClick event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnDropDownClosed | Provides a method to override that will be called after the dropdown list is closed and raises the DropDownClosed event. | 
|  | OnDropDownOpening | Provides a method to override that will be called before the dropdown list is shown and raises the BeforeDropDown event. | 
|  | OnKeyDown | Raises the KeyDown event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnKeyPress | Raises the KeyPress event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnKeyUp | Raises the KeyUp event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) | 
|  | OnTextCommitted | Provides the work to be performed when text has been entered in the combobox's textbox. | 
|  | OnValueChanged | Raises the ValueChanged event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command) |