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

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 EventArgs.Empty

Constructors

Initializes a new instance of the FluidContentControlStateChangedEventArgs class.

C#
public FluidContentControlStateChangedEventArgs(FluidContentControlState oldState, FluidContentControlState newState)
Parameters:oldStateFluidContentControlState

The old state.

newStateFluidContentControlState

The new state.

Properties

Gets or sets the new state.

C#
public FluidContentControlState NewState { get; set; }
Property Value:

The new state.

Gets or sets the old state.

C#
public FluidContentControlState OldState { get; set; }
Property Value:

The old state.