Provides data for the FluidContentControlStateChanged event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class FluidContentControlStateChangedEventArgs : EventArgs
Inheritance: objectEventArgsFluidContentControlStateChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the FluidContentControlStateChangedEventArgs class.
C#
public FluidContentControlStateChangedEventArgs(FluidContentControlState oldState, FluidContentControlState newState)
The old state.
newStateFluidContentControlStateThe new state.
Properties
Gets or sets the new state.
C#
public FluidContentControlState NewState { get; set; }
The new state.
Gets or sets the old state.
C#
public FluidContentControlState OldState { get; set; }
The old state.