Freigeben über


ContextFlyoutItemHandlerUpdate Konstruktoren

Definition

Überlädt

ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate)
ContextFlyoutItemHandlerUpdate(Int32, IMenuElement)

Kommuniziert Informationen aus einem IMenuFlyout zu Updates an einen IMenuFlyoutHandler

ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate)

Quelle:
MenuFlyoutItemHandlerUpdate.cs
Quelle:
MenuFlyoutItemHandlerUpdate.cs
protected:
 ContextFlyoutItemHandlerUpdate(Microsoft::Maui::Handlers::ContextFlyoutItemHandlerUpdate ^ original);
protected ContextFlyoutItemHandlerUpdate (Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate original);
Protected Sub New (original As ContextFlyoutItemHandlerUpdate)

Parameter

Gilt für:

ContextFlyoutItemHandlerUpdate(Int32, IMenuElement)

Quelle:
MenuFlyoutItemHandlerUpdate.cs
Quelle:
MenuFlyoutItemHandlerUpdate.cs

Kommuniziert Informationen aus einem IMenuFlyout zu Updates an einen 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)

Parameter

Index
Int32
MenuElement
IMenuElement

Gilt für: