New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI BottomSheet Events
Updated on Aug 4, 2025
The BottomSheet StateChanging event is useful for tracking user interactions and responding to sheet movements. Use this event to update UI elements based on the sheet's state, implement custom animations, or trigger actions when the sheet reaches specific state during drag gestures or programmatic state changes.
The StateChanging event handler receives two parameters:
- The
senderargument, which is of typeobject, but can be cast to theRadBottomSheettype. - The
BottomSheetStateChangingEventArgsobject, which has a reference to the new position of the bottom sheet through itsPositionproperty (of typedouble).