Class
CancelingGenericEventArgs<T>

Generic args that can be canceled.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Type Parameters:

T

The type of parameter.

Syntax:

cs-api-definition
public class CancelingGenericEventArgs<T> : GenericEventArgs<T>

Inheritance: objectEventArgsGenericEventArgs<T>CancelingGenericEventArgs<T>

Inherited Members GenericEventArgs<T>.EntityEventArgs.Empty

Constructors

CancelingGenericEventArgs()

Initializes a new instance of the CancelingGenericEventArgs<T> class.

Declaration

cs-api-definition
public CancelingGenericEventArgs()

CancelingGenericEventArgs(T)

Initializes a new instance of the CancelingGenericEventArgs<T> class.

Declaration

cs-api-definition
public CancelingGenericEventArgs(T entity)

Parameters

entity

T

The entity.

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.