LabelHandler Constructors

Definition

Overloads

LabelHandler()
LabelHandler(IPropertyMapper)
LabelHandler(IPropertyMapper, CommandMapper)

LabelHandler()

public:
 LabelHandler();
public LabelHandler ();
Public Sub New ()

Applies to

LabelHandler(IPropertyMapper)

public:
 LabelHandler(Microsoft::Maui::IPropertyMapper ^ mapper);
public LabelHandler (Microsoft.Maui.IPropertyMapper? mapper);
new Microsoft.Maui.Handlers.LabelHandler : Microsoft.Maui.IPropertyMapper -> Microsoft.Maui.Handlers.LabelHandler
Public Sub New (mapper As IPropertyMapper)

Parameters

Applies to

LabelHandler(IPropertyMapper, CommandMapper)

public:
 LabelHandler(Microsoft::Maui::IPropertyMapper ^ mapper, Microsoft::Maui::CommandMapper ^ commandMapper);
public LabelHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);
new Microsoft.Maui.Handlers.LabelHandler : Microsoft.Maui.IPropertyMapper * Microsoft.Maui.CommandMapper -> Microsoft.Maui.Handlers.LabelHandler
Public Sub New (mapper As IPropertyMapper, commandMapper As CommandMapper)

Parameters

commandMapper
CommandMapper

Applies to