Share via


EntryHandler Constructors

Definition

Overloads

EntryHandler()
EntryHandler(IPropertyMapper)
EntryHandler(IPropertyMapper, CommandMapper)

EntryHandler()

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

Applies to

EntryHandler(IPropertyMapper)

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

Parameters

Applies to

EntryHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to