menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class StateChangedEventArgs - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StateChangedEventArgs

    Represents BottomSheet’s state changed event arguments.

    Inheritance
    System.Object
    StateChangedEventArgs
    Namespace: Syncfusion.Maui.Toolkit.BottomSheet
    Assembly: Syncfusion.Maui.Toolkit.dll
    Syntax
    public class StateChangedEventArgs : EventArgs
    Remarks

    It contains information like old value and new value.

    Constructors

    StateChangedEventArgs()

    Declaration
    public StateChangedEventArgs()

    Properties

    NewState

    Gets or sets an new value when the BottomSheet’s state is changed.

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

    OldState

    Gets or sets a old value when the BottomSheet’s state is changed.

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