Поделиться через


ContextFlyoutItemHandlerUpdate Конструкторы

Определение

Перегрузки

ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate)
ContextFlyoutItemHandlerUpdate(Int32, IMenuElement)

Передает сведения об обновлениях IMenuFlyout из IMenuFlyoutHandler

ContextFlyoutItemHandlerUpdate(ContextFlyoutItemHandlerUpdate)

Исходный код:
MenuFlyoutItemHandlerUpdate.cs
Исходный код:
MenuFlyoutItemHandlerUpdate.cs
protected:
 ContextFlyoutItemHandlerUpdate(Microsoft::Maui::Handlers::ContextFlyoutItemHandlerUpdate ^ original);
protected ContextFlyoutItemHandlerUpdate (Microsoft.Maui.Handlers.ContextFlyoutItemHandlerUpdate original);
Protected Sub New (original As ContextFlyoutItemHandlerUpdate)

Параметры

Применяется к

ContextFlyoutItemHandlerUpdate(Int32, IMenuElement)

Исходный код:
MenuFlyoutItemHandlerUpdate.cs
Исходный код:
MenuFlyoutItemHandlerUpdate.cs

Передает сведения об обновлениях IMenuFlyout из 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)

Параметры

Index
Int32
MenuElement
IMenuElement

Применяется к