Class TriggeringTransitionEventArgs
Contains state information and event data associated with a cancelable event.
Inheritance
System.Object
TriggeringTransitionEventArgs
Namespace: Telerik.Windows.Controls.TransitionControl
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TriggeringTransitionEventArgs : EventArgs
Constructors
TriggeringTransitionEventArgs()
Declaration
public TriggeringTransitionEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|