MenuBarItemHandlerUpdate 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
MenuBarItemHandlerUpdate(MenuBarItemHandlerUpdate) | |
MenuBarItemHandlerUpdate(Int32, IMenuElement) |
Communicates information from an IMenuBarItem about updates to an IMenuBarItemHandler |
MenuBarItemHandlerUpdate(MenuBarItemHandlerUpdate)
- Source:
- MenuBarItemHandlerUpdate.cs
- Source:
- MenuBarItemHandlerUpdate.cs
protected:
MenuBarItemHandlerUpdate(Microsoft::Maui::Handlers::MenuBarItemHandlerUpdate ^ original);
protected MenuBarItemHandlerUpdate (Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate original);
Protected Sub New (original As MenuBarItemHandlerUpdate)
Parameters
- original
- MenuBarItemHandlerUpdate
Applies to
MenuBarItemHandlerUpdate(Int32, IMenuElement)
- Source:
- MenuBarItemHandlerUpdate.cs
- Source:
- MenuBarItemHandlerUpdate.cs
Communicates information from an IMenuBarItem about updates to an IMenuBarItemHandler
public:
MenuBarItemHandlerUpdate(int Index, Microsoft::Maui::IMenuElement ^ MenuElement);
public MenuBarItemHandlerUpdate (int Index, Microsoft.Maui.IMenuElement MenuElement);
new Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate : int * Microsoft.Maui.IMenuElement -> Microsoft.Maui.Handlers.MenuBarItemHandlerUpdate
Public Sub New (Index As Integer, MenuElement As IMenuElement)
Parameters
- Index
- Int32
- MenuElement
- IMenuElement
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.