CommandRemovedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for when a dynamic command is removed from a command set.
public class CommandRemovedEventArgs : EventArgs
type CommandRemovedEventArgs = class
inherit EventArgs
Public Class CommandRemovedEventArgs
Inherits EventArgs
- Inheritance
-
CommandRemovedEventArgs
Constructors
| CommandRemovedEventArgs(ICommand) |
Initializes a new instance of the CommandRemovedEventArgs class. |
Properties
| Command |
Gets the command that is being added. |