LayoutHandler 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
LayoutHandler() | |
LayoutHandler(IPropertyMapper, CommandMapper) |
LayoutHandler()
- Source:
- LayoutHandler.cs
- Source:
- LayoutHandler.cs
public:
LayoutHandler();
public LayoutHandler ();
Public Sub New ()
Applies to
LayoutHandler(IPropertyMapper, CommandMapper)
- Source:
- LayoutHandler.cs
- Source:
- LayoutHandler.cs
public LayoutHandler (Microsoft.Maui.IPropertyMapper? mapper = default, Microsoft.Maui.CommandMapper? commandMapper = default);
new Microsoft.Maui.Handlers.LayoutHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.LayoutHandler
Public Sub New (Optional mapper As IPropertyMapper = Nothing, Optional commandMapper As CommandMapper = Nothing)
Parameters
- mapper
- IPropertyMapper
- commandMapper
- CommandMapper
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.