Share via


CommandRemovedEventArgs Class

Definition

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.

Applies to