Miner.Windows Assembly > Miner.Windows.Commands Namespace : PopupCommandBase Class |
For a list of all members of this type, see PopupCommandBase 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) |
![]() | ValueChanged | The event that is raised when the value of a control changes. (Inherited from Miner.Windows.Commands.Command) |