Class StateChangedEventArgs
Represents a class for defining the changes in the state.
Inheritance
System.Object
StateChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Layout
Assembly: Syncfusion.SfTileView.UWP.dll
Syntax
[ClassReference(IsReviewed = false, ShouldInclude = false)]
public class StateChangedEventArgs : EventArgs
Constructors
StateChangedEventArgs()
Declaration
public StateChangedEventArgs()
Properties
NewValue
Gets or sets the new value
Declaration
public object NewValue { get; set; }
Property Value
Type |
---|
System.Object |
OldValue
Gets or sets the previous value
Declaration
public object OldValue { get; set; }
Property Value
Type |
---|
System.Object |