ContextFlyoutItemHandlerUpdate Constructors
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.
Overloads
ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate) | |
ContextFlyoutItemHandlerUpdate(Int32, IMenuElement) |
Communicates information from an IMenuFlyout about updates to an IMenuFlyoutHandler |
ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate)
protected:
ContextFlyoutItemHandlerUpdate(Microsoft::Maui::Handlers::ContextFlyoutItemHandlerUpdate ^ original);
protected ContextFlyoutItemHandlerUpdate (Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate original);
Protected Sub New (original As ContextFlyoutItemHandlerUpdate)
Parameters
- original
- ContextFlyoutItemHandlerUpdate
Applies to
ContextFlyoutItemHandlerUpdate(Int32, IMenuElement)
Communicates information from an IMenuFlyout about updates to an IMenuFlyoutHandler
public:
ContextFlyoutItemHandlerUpdate(int Index, Microsoft::Maui::IMenuElement ^ MenuElement);
public ContextFlyoutItemHandlerUpdate (int Index, Microsoft.Maui.IMenuElement MenuElement);
new Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate : int * Microsoft.Maui.IMenuElement -> Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate
Public Sub New (Index As Integer, MenuElement As IMenuElement)
Parameters
- Index
- Int32
- MenuElement
- IMenuElement
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.