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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.