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 |