Miner.Windows Assembly > Miner.Windows.Commands Namespace : PopupCommandBase Class |
For a list of all members of this type, see PopupCommandBase members.
Name | Description | |
---|---|---|
![]() | Execute | Raises the Click event for this Command. (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. |
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) |
![]() | 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) |
![]() | 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) |