Class TriggeringTransitionEventArgs
Contains state information and event data associated with a cancelable event.
Inheritance
System.Object
System.EventArgs
TriggeringTransitionEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|