menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StateChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved