ScrollViewHandler Constructors

Definition

Overloads

ScrollViewHandler()
ScrollViewHandler(IPropertyMapper)
ScrollViewHandler(IPropertyMapper, CommandMapper)

ScrollViewHandler()

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

Applies to

ScrollViewHandler(IPropertyMapper)

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

Parameters

Applies to

ScrollViewHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to