SwipeViewHandler Constructors

Definition

Overloads

SwipeViewHandler()
SwipeViewHandler(IPropertyMapper)
SwipeViewHandler(IPropertyMapper, CommandMapper)

SwipeViewHandler()

Source:
SwipeViewHandler.cs
Source:
SwipeViewHandler.cs
public:
 SwipeViewHandler();
public SwipeViewHandler ();
Public Sub New ()

Applies to

SwipeViewHandler(IPropertyMapper)

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

Parameters

Applies to

SwipeViewHandler(IPropertyMapper, CommandMapper)

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

Parameters

commandMapper
CommandMapper

Applies to