CommandAddedEventArgs 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 added to a command set.
public class CommandAddedEventArgs : EventArgs
type CommandAddedEventArgs = class
inherit EventArgs
Public Class CommandAddedEventArgs
Inherits EventArgs
- Inheritance
-
CommandAddedEventArgs
- Derived
Constructors
CommandAddedEventArgs(IDynamicCommand) |
Initializes a new instance of the CommandAddedEventArgs class. |
Properties
Command |
Gets the command that is being added. |