Microsoft.Maui.Handlers Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides interfaces and classes for the handlers that form the bridge between the .NET MAUI abstract controls and the platform controls.
Classes
ActivityIndicatorHandler |
Represents the view handler for the abstract IActivityIndicator view and its platform-specific implementation. |
ApplicationHandler |
Represents the view handler for the abstract IApplication view and its platform-specific implementation. |
BorderHandler |
Represents the view handler for the abstract IBorderView view and its platform-specific implementation. |
ButtonHandler | |
CheckBoxHandler |
Represents the view handler for the abstract ICheckBox view and its platform-specific implementation. |
ContentViewHandler |
Represents the view handler for the abstract IContentView view and its platform-specific implementation. |
ContextFlyoutItemHandlerUpdate |
Communicates information from an IMenuFlyout about updates to an IMenuFlyoutHandler |
DatePickerHandler |
Represents the view handler for the abstract IDatePicker view and its platform-specific implementation. |
EditorHandler | |
ElementHandler | |
ElementHandler<TVirtualView,TPlatformView> | |
EntryHandler | |
FlyoutViewHandler | |
GraphicsViewHandler | |
HybridWebViewHandler | |
ImageButtonHandler | |
ImageHandler | |
IndicatorViewHandler | |
LabelHandler | |
LayoutHandler |
Represents the view handler for the abstract ILayout view and its platform-specific implementation. |
LayoutHandlerUpdate |
Communicates information from an ILayout about updates to an ILayoutHandler |
MenuBarHandler | |
MenuBarHandlerUpdate |
Communicates information from an IMenuBar about updates to an IMenuBarHandler |
MenuBarItemHandler | |
MenuBarItemHandlerUpdate |
Communicates information from an IMenuBarItem about updates to an IMenuBarItemHandler |
MenuFlyoutHandler | |
MenuFlyoutItemHandler | |
MenuFlyoutSeparatorHandler | |
MenuFlyoutSubItemHandler | |
MenuFlyoutSubItemHandlerUpdate |
Communicates information from an IMenuFlyoutSubItem about updates to an IMenuFlyoutSubItemHandler |
NavigationViewHandler | |
OpenWindowRequest | |
PageHandler | |
PickerHandler | |
ProgressBarHandler | |
RadioButtonHandler | |
RefreshViewHandler | |
ScrollViewHandler | |
SearchBarHandler | |
ShapeViewHandler | |
SliderHandler | |
StepperHandler | |
SwipeItemMenuItemHandler | |
SwipeItemViewHandler | |
SwipeViewHandler | |
SwitchHandler | |
TabbedViewHandler | |
TimePickerHandler | |
ToolbarHandler | |
ViewHandler |
Base class for handlers that manage views which implement IView. |
ViewHandler<TVirtualView,TPlatformView> | |
WebViewHandler | |
WindowHandler |
Interfaces
Remarks
Also see Microsoft.Maui.Controls.Handlers for handlers specific to shapes.