ContentViewHandler Constructors

Definition

Overloads

ContentViewHandler()

Source:
ContentViewHandler.cs
Source:
ContentViewHandler.cs
public ContentViewHandler ();

Applies to

ContentViewHandler(IPropertyMapper)

Source:
ContentViewHandler.cs
Source:
ContentViewHandler.cs
public ContentViewHandler (Microsoft.Maui.IPropertyMapper? mapper);

Parameters

Applies to

ContentViewHandler(IPropertyMapper, CommandMapper)

Source:
ContentViewHandler.cs
Source:
ContentViewHandler.cs
public ContentViewHandler (Microsoft.Maui.IPropertyMapper? mapper, Microsoft.Maui.CommandMapper? commandMapper);

Parameters

commandMapper
CommandMapper

Applies to