Class FluidContentControlStateChangedEventArgs
Inheritance
System.Object
FluidContentControlStateChangedEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class FluidContentControlStateChangedEventArgs : EventArgs
Constructors
FluidContentControlStateChangedEventArgs(FluidContentControlState, FluidContentControlState)
Initializes a new instance of the Fluid
Declaration
public FluidContentControlStateChangedEventArgs(FluidContentControlState oldState, FluidContentControlState newState)
Parameters
Fluid The old state. |
Fluid The new state. |
Properties
NewState
Gets or sets the new state.
Declaration
public FluidContentControlState NewState { get; set; }
Property Value
Fluid The new state. |
OldState
Gets or sets the old state.
Declaration
public FluidContentControlState OldState { get; set; }
Property Value
Fluid The old state. |