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

Contains state information and event data associated with a cancelable event.

Definition

Namespace:Telerik.Windows.Controls.TransitionControl

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class TriggeringTransitionEventArgs : EventArgs

Inheritance: objectEventArgsTriggeringTransitionEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public TriggeringTransitionEventArgs()

Properties

Gets or sets a value indicating whether the event should be canceled.

C#
public bool Cancel { get; set; }