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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.