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