ISwipeItemMenuItemHandler Interface
Definition
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.
public interface class ISwipeItemMenuItemHandler : Microsoft::Maui::IElementHandler
public interface ISwipeItemMenuItemHandler : Microsoft.Maui.IElementHandler
type ISwipeItemMenuItemHandler = interface
interface IElementHandler
Public Interface ISwipeItemMenuItemHandler
Implements IElementHandler
- Derived
- Implements
Properties
MauiContext |
Gets the .NET MAUI context associated with the element. (Inherited from IElementHandler) |
PlatformView | |
SourceLoader | |
VirtualView |
Methods
DisconnectHandler() |
Disconnects the element handler from the element for clean up. (Inherited from IElementHandler) |
Invoke(String, Object) |
Invokes the specified command on the element with the given arguments. (Inherited from IElementHandler) |
SetMauiContext(IMauiContext) |
Sets the .NET MAUI context for the element handler. (Inherited from IElementHandler) |
SetVirtualView(IElement) |
Sets the cross-platform virtual view associated with the handler. (Inherited from IElementHandler) |
UpdateValue(String) |
Updates the value of the specified property on the handler. (Inherited from IElementHandler) |
Extension Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.