New to Telerik UI for WinFormsStart a free 30-day trial

Generic args that can be canceled.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.WinControls.RadDiagram.dll

Type Parameters:

T

The type of parameter.

Syntax:

C#
public class CancelingGenericEventArgs<T> : GenericEventArgs<T>

Inheritance: objectEventArgsGenericEventArgs<T>CancelingGenericEventArgs<T>

Inherited Members GenericEventArgs<T>.OriginalEventArgsGenericEventArgs<T>.EntityEventArgs.Empty

Constructors

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

C#
public CancelingGenericEventArgs()

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

C#
public CancelingGenericEventArgs(T entity)
Parameters:entityT

The entity.

Properties

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

C#
public bool Cancel { get; set; }
Property Value:

True if cancel; otherwise, false.