Share via


ContentViewHandler Constructors

Definition

Overloads

ContentViewHandler()
ContentViewHandler(IPropertyMapper)
ContentViewHandler(IPropertyMapper, CommandMapper)

ContentViewHandler()

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

Applies to

ContentViewHandler(IPropertyMapper)

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

Parameters

Applies to

ContentViewHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to