ArcFM Engine Developer Guide
ComboBoxCommand Class Methods


For a list of all members of this type, see ComboBoxCommand members.

Public Methods
 NameDescription
Public MethodExecuteRaises the Click event for this Command. (Inherited from Miner.Windows.Commands.Command)
Top
Protected Methods
 NameDescription
Protected MethodOnActivatingRaises the Activating event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnClickRaises the Click event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnContextMenuOpeningRaises the BeforeShowInContextMenu event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnDeactivatedRaises the Deactivated event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnDoubleClickRaises the DoubleClick event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnDropDownClosedProvides a method to override that will be called after the dropdown list is closed and raises the DropDownClosed event.  
Protected MethodOnDropDownOpeningProvides a method to override that will be called before the dropdown list is shown and raises the BeforeDropDown event.  
Protected MethodOnKeyDownRaises the KeyDown event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnKeyPressRaises the KeyPress event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnKeyUpRaises the KeyUp event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Protected MethodOnTextCommittedProvides the work to be performed when text has been entered in the combobox's textbox.  
Protected MethodOnValueChangedRaises the ValueChanged event and provides a method for derived classes to handle the event without attaching a delegate. (Inherited from Miner.Windows.Commands.Command)
Top
See Also

Reference

ComboBoxCommand Class
Miner.Windows.Commands Namespace

 

 


Send Comment