SwipeItemMenuItemHandler Class

Definition

public ref class SwipeItemMenuItemHandler : Microsoft::Maui::Handlers::ElementHandler<Microsoft::Maui::ISwipeItemMenuItem ^, System::Object ^>, Microsoft::Maui::Handlers::ISwipeItemMenuItemHandler
public class SwipeItemMenuItemHandler : Microsoft.Maui.Handlers.ElementHandler<Microsoft.Maui.ISwipeItemMenuItem,object>, Microsoft.Maui.Handlers.ISwipeItemMenuItemHandler
type SwipeItemMenuItemHandler = class
    inherit ElementHandler<ISwipeItemMenuItem, obj>
    interface ISwipeItemMenuItemHandler
    interface IElementHandler
Public Class SwipeItemMenuItemHandler
Inherits ElementHandler(Of ISwipeItemMenuItem, Object)
Implements ISwipeItemMenuItemHandler
Inheritance
Implements

Constructors

SwipeItemMenuItemHandler()
SwipeItemMenuItemHandler(IPropertyMapper)
SwipeItemMenuItemHandler(IPropertyMapper, CommandMapper)

Fields

CommandMapper
Mapper

Properties

MauiContext (Inherited from ElementHandler)
PlatformView (Inherited from ElementHandler<TVirtualView,TPlatformView>)
Services (Inherited from ElementHandler)
SourceLoader
VirtualView (Inherited from ElementHandler<TVirtualView,TPlatformView>)

Methods

ConnectHandler(TPlatformView) (Inherited from ElementHandler<TVirtualView,TPlatformView>)
CreatePlatformElement()
DisconnectHandler(TPlatformView) (Inherited from ElementHandler<TVirtualView,TPlatformView>)
Invoke(String, Object) (Inherited from ElementHandler)
MapBackground(ISwipeItemMenuItemHandler, ISwipeItemMenuItem)
MapCharacterSpacing(ISwipeItemMenuItemHandler, ITextStyle)
MapFont(ISwipeItemMenuItemHandler, ITextStyle)
MapSource(ISwipeItemMenuItemHandler, ISwipeItemMenuItem)
MapSourceAsync(ISwipeItemMenuItemHandler, ISwipeItemMenuItem)
MapText(ISwipeItemMenuItemHandler, ISwipeItemMenuItem)
MapTextColor(ISwipeItemMenuItemHandler, ITextStyle)
MapVisibility(ISwipeItemMenuItemHandler, ISwipeItemMenuItem)
SetMauiContext(IMauiContext) (Inherited from ElementHandler)
SetVirtualView(IElement) (Inherited from ElementHandler)
UpdateValue(String) (Inherited from ElementHandler)

Explicit Interface Implementations

IElementHandler.DisconnectHandler() (Inherited from ElementHandler)
IElementHandler.PlatformView (Inherited from ElementHandler<TVirtualView,TPlatformView>)
IElementHandler.VirtualView (Inherited from ElementHandler<TVirtualView,TPlatformView>)
ISwipeItemMenuItemHandler.PlatformView
ISwipeItemMenuItemHandler.VirtualView

Applies to