ClassBottomSheetStateChangingEventArgs
Class
Provides data for the PositionChanged event of the RadBottomSheet.
Definition
Namespace:Telerik.Maui.Controls.BottomSheet
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class BottomSheetStateChangingEventArgs : EventArgs
Inheritance: objectEventArgsBottomSheetStateChangingEventArgs
Inherited Members
Constructors
BottomSheetStateChangingEventArgs(double)
Initializes a new instance of the BottomSheetStateChangingEventArgs class.
Declaration
cs-api-definition
public BottomSheetStateChangingEventArgs(double position)
Parameters
position
Defines the position of the bottom sheet.