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

The event args are used for TransitionStatusChanged event.

Definition

Namespace:Telerik.Windows.Controls.TransitionControl

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class TransitionStatusChangedEventArgs : EventArgs

Inheritance: objectEventArgsTransitionStatusChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the TransitionStatusChangedEventArgs class, using the supplied TransitionStatus.

C#
public TransitionStatusChangedEventArgs(TransitionStatus status)
Parameters:statusTransitionStatus

The status of the Transition.

Fields

Represents a TransitionStatusChanged Event with Completed status.

C#
public static readonly TransitionStatusChangedEventArgs Completed

Represents a TransitionStatusChanged Event with Completed status.

C#
public static readonly TransitionStatusChangedEventArgs Interrupted

Represents a TransitionStatusChanged Event with Completed status.

C#
public static readonly TransitionStatusChangedEventArgs Started

Properties

Gets the Status of the Transition.

C#
public TransitionStatus Status { get; }