Class
CancellableCommandEventArgs

Represents Command event args.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public class CancellableCommandEventArgs : CommandEventArgs

Inheritance: objectEventArgsGenericEventArgs<ICommand>CommandEventArgsCancellableCommandEventArgs

Inherited Members CommandEventArgs.ExecuteActionGenericEventArgs<ICommand>.EntityEventArgs.Empty

Constructors

CancellableCommandEventArgs(ICommand, ExecuteAction)

Initializes a new instance of the CancellableCommandEventArgs class.

Declaration

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

Parameters

entity

ICommand

The entity.

action

ExecuteAction

The action.

Properties

Cancel

Gets or sets a value indicating whether this CancelingGenericEventArgs<T> is cancel.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

True if cancel; otherwise, false.