WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToggleStateChangingEventArgs

    Show / Hide Table of Contents

    Class ToggleStateChangingEventArgs

    Provides data for the ToggleStateChanging event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    ToggleStateChangingEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToggleStateChangingEventArgs : SyncfusionCancelEventArgs

    Constructors

    ToggleStateChangingEventArgs(ToggleButtonState, ToggleButtonState)

    Initializes a new instance of the ToggleStateChangingEventArgs class.

    Declaration
    public ToggleStateChangingEventArgs(ToggleButtonState oldvalue, ToggleButtonState newvalue)
    Parameters
    Type Name Description
    ToggleButtonState oldvalue
    ToggleButtonState newvalue

    Properties

    NewValue

    Gets the source of the Toggle state changing.

    Declaration
    public ToggleButtonState NewValue { get; }
    Property Value
    Type Description
    ToggleButtonState

    OldValue

    Gets the source of the Toggle state changing.

    Declaration
    public ToggleButtonState OldValue { get; }
    Property Value
    Type Description
    ToggleButtonState
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved