Partager via


ImageButtonHandler Constructors

Definition

Overloads

ImageButtonHandler()
ImageButtonHandler(IPropertyMapper)
ImageButtonHandler(IPropertyMapper, CommandMapper)

ImageButtonHandler()

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

Applies to

ImageButtonHandler(IPropertyMapper)

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

Parameters

Applies to

ImageButtonHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to