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