StepperHandler 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
StepperHandler() | |
StepperHandler(IPropertyMapper) | |
StepperHandler(IPropertyMapper, CommandMapper) |
StepperHandler()
- Source:
- StepperHandler.cs
- Source:
- StepperHandler.cs
public:
StepperHandler();
public StepperHandler ();
Public Sub New ()
Applies to
StepperHandler(IPropertyMapper)
- Source:
- StepperHandler.cs
- Source:
- StepperHandler.cs
public:
StepperHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public StepperHandler (Microsoft.Maui.IPropertyMapper? mapper);
new Microsoft.Maui.Handlers.StepperHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Handlers.StepperHandler
Public Sub New (mapper As IPropertyMapper)
Parameters
- mapper
- IPropertyMapper
Applies to
StepperHandler(IPropertyMapper, CommandMapper)
- Source:
- StepperHandler.cs
- Source:
- StepperHandler.cs
public:
StepperHandler(Microsoft::Maui::IPropertyMapper ^ mapper, Microsoft::Maui::CommandMapper ^ commandMapper);
public StepperHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);
new Microsoft.Maui.Handlers.StepperHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.StepperHandler
Public Sub New (mapper As IPropertyMapper, commandMapper As CommandMapper)
Parameters
- mapper
- IPropertyMapper
- commandMapper
- CommandMapper
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.