BottomSheet.StateChanged Event
Occurs when the Bottom Sheet’s state is changed.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public event EventHandler<ValueChangedEventArgs<BottomSheetState>> StateChanged
Event Data
The StateChanged event's data class is ValueChangedEventArgs<BottomSheetState>. The following properties provide information specific to this event:
Property | Description |
---|---|
NewValue | Gets the new value of a property. |
OldValue | Gets the old value of a property. |
See Also