MenuFlyoutSubItemHandlerUpdate 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
MenuFlyoutSubItemHandlerUpdate(MenuFlyoutSubItemHandlerUpdate) | |
MenuFlyoutSubItemHandlerUpdate(Int32, IMenuElement) |
Communicates information from an IMenuFlyoutSubItem about updates to an IMenuFlyoutSubItemHandler |
MenuFlyoutSubItemHandlerUpdate(MenuFlyoutSubItemHandlerUpdate)
protected:
MenuFlyoutSubItemHandlerUpdate(Microsoft::Maui::Handlers::MenuFlyoutSubItemHandlerUpdate ^ original);
protected MenuFlyoutSubItemHandlerUpdate (Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate original);
Protected Sub New (original As MenuFlyoutSubItemHandlerUpdate)
Parameters
- original
- MenuFlyoutSubItemHandlerUpdate
Applies to
MenuFlyoutSubItemHandlerUpdate(Int32, IMenuElement)
Communicates information from an IMenuFlyoutSubItem about updates to an IMenuFlyoutSubItemHandler
public:
MenuFlyoutSubItemHandlerUpdate(int Index, Microsoft::Maui::IMenuElement ^ MenuElement);
public MenuFlyoutSubItemHandlerUpdate (int Index, Microsoft.Maui.IMenuElement MenuElement);
new Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate : int * Microsoft.Maui.IMenuElement -> Microsoft.Maui.Handlers.MenuFlyoutSubItemHandlerUpdate
Public Sub New (Index As Integer, MenuElement As IMenuElement)
Parameters
- Index
- Int32
- MenuElement
- IMenuElement
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.