menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StateChangingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StateChangingEventArgs

    StateChangingEventArgs contains data for the event raised when changing the state.

    Inheritance
    System.Object
    StateChangingEventArgs
    Namespace: Syncfusion.Maui.Buttons
    Assembly: Syncfusion.Maui.Buttons.dll
    Syntax
    public class StateChangingEventArgs : CancelEventArgs

    Constructors

    StateChangingEventArgs(Nullable<Boolean>)

    Initializes a new instance of the StateChangingEventArgs class.

    Declaration
    public StateChangingEventArgs(Nullable<bool> isChecked)
    Parameters
    Type Name Description
    System.Nullable<System.Boolean> isChecked

    Current state of the control before its changes.

    Properties

    IsChecked

    Gets a value indicating whether the ToggleButton is checked.

    Declaration
    public Nullable<bool> IsChecked { get; }
    Property Value
    Type
    System.Nullable<System.Boolean>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved