Share via


ButtonHandler Constructors

Definition

Overloads

ButtonHandler()
ButtonHandler(IPropertyMapper)
ButtonHandler(IPropertyMapper, CommandMapper)

ButtonHandler()

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

Applies to

ButtonHandler(IPropertyMapper)

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

Parameters

Applies to

ButtonHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to