Share via


NavigationViewHandler Constructors

Definition

Overloads

NavigationViewHandler()
NavigationViewHandler(IPropertyMapper)
NavigationViewHandler(IPropertyMapper, CommandMapper)

NavigationViewHandler()

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

Applies to

NavigationViewHandler(IPropertyMapper)

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

Parameters

Applies to

NavigationViewHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to