IMenuBarItemHandler Interface

Definition

public interface class IMenuBarItemHandler : Microsoft::Maui::IElementHandler
public interface IMenuBarItemHandler : Microsoft.Maui.IElementHandler
type IMenuBarItemHandler = interface
    interface IElementHandler
Public Interface IMenuBarItemHandler
Implements IElementHandler
Derived
Implements

Properties

MauiContext

Gets the .NET MAUI context associated with the element.

(Inherited from IElementHandler)
PlatformView
VirtualView

Methods

Add(IMenuElement)
Clear()
DisconnectHandler()

Disconnects the element handler from the element for clean up.

(Inherited from IElementHandler)
Insert(Int32, IMenuElement)
Invoke(String, Object)

Invokes the specified command on the element with the given arguments.

(Inherited from IElementHandler)
Remove(IMenuElement)
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)

Applies to