Class
FluidContentControlStateChangedEventArgs

Provides data for the FluidContentControlStateChanged event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class FluidContentControlStateChangedEventArgs : EventArgs

Inheritance: objectEventArgsFluidContentControlStateChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

FluidContentControlStateChangedEventArgs(FluidContentControlState, FluidContentControlState)

Initializes a new instance of the FluidContentControlStateChangedEventArgs class.

Declaration

cs-api-definition
public FluidContentControlStateChangedEventArgs(FluidContentControlState oldState, FluidContentControlState newState)

Parameters

oldState

FluidContentControlState

The old state.

newState

FluidContentControlState

The new state.

Properties

NewState

Gets or sets the new state.

Declaration

cs-api-definition
public FluidContentControlState NewState { get; set; }

Property Value

FluidContentControlState

The new state.

OldState

Gets or sets the old state.

Declaration

cs-api-definition
public FluidContentControlState OldState { get; set; }

Property Value

FluidContentControlState

The old state.