Class
CommandEventArgs

Represents Command event args.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class CommandEventArgs : GenericEventArgs<ICommand>

Inheritance: objectEventArgsGenericEventArgs<ICommand>CommandEventArgs

Derived Classes: CancellableCommandEventArgs

Inherited Members GenericEventArgs<ICommand>.EntityEventArgs.Empty

Constructors

CommandEventArgs(ICommand, ExecuteAction)

Initializes a new instance of the CommandEventArgs class.

Declaration

cs-api-definition
public CommandEventArgs(ICommand entity, ExecuteAction action)

Parameters

entity

ICommand

The entity.

action

ExecuteAction

The action.

Properties

ExecuteAction

Gets the execute action.

Declaration

cs-api-definition
public ExecuteAction ExecuteAction { get; }

Property Value

ExecuteAction