menu

WinForms

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

    Show / Hide Table of Contents

    Class VisualStateChangedEventArgs

    EventArgs for VisualStateGroup.CurrentStateChanging and CurrentStateChanged events.

    Inheritance
    System.Object
    System.EventArgs
    VisualStateChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class VisualStateChangedEventArgs : EventArgs

    Properties

    Control

    The control involved in the state change

    Declaration
    public Control Control { get; }
    Property Value
    Type
    System.Windows.Controls.Control

    NewState

    The new state the control is transitioning to

    Declaration
    public VisualState NewState { get; }
    Property Value
    Type
    VisualState

    OldState

    The old state the control is transitioning from

    Declaration
    public VisualState OldState { get; }
    Property Value
    Type
    VisualState
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved