Share via


TabbedViewHandler Constructors

Definition

Overloads

TabbedViewHandler()
TabbedViewHandler(IPropertyMapper)
TabbedViewHandler(IPropertyMapper, CommandMapper)

TabbedViewHandler()

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

Applies to

TabbedViewHandler(IPropertyMapper)

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

Parameters

Applies to

TabbedViewHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to