menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class StateChangedEventArgs

    Specifies the state event arguments.

    Inheritance
    System.Object
    StateChangedEventArgs
    Namespace: Syncfusion.XForms.Buttons
    Assembly: Syncfusion.Buttons.XForms.dll
    Syntax
    public class StateChangedEventArgs : EventArgs

    Constructors

    StateChangedEventArgs(Nullable<Boolean>)

    Initializes a new instance of the StateChangedEventArgs class.

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

    Current state of the control.

    Properties

    IsChecked

    Gets or set 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