ReorderableItemsViewHandler<TItemsView> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ReorderableItemsViewHandler<TItemsView>() | |
ReorderableItemsViewHandler<TItemsView>(PropertyMapper) |
ReorderableItemsViewHandler<TItemsView>()
public:
ReorderableItemsViewHandler();
public ReorderableItemsViewHandler ();
Public Sub New ()
Applies to
ReorderableItemsViewHandler<TItemsView>(PropertyMapper)
public ReorderableItemsViewHandler (Microsoft.Maui.PropertyMapper mapper = default);
new Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler<'ItemsView (requires 'ItemsView :> Microsoft.Maui.Controls.ReorderableItemsView)> : Microsoft.Maui.PropertyMapper -> Microsoft.Maui.Controls.Handlers.Items.ReorderableItemsViewHandler<'ItemsView (requires 'ItemsView :> Microsoft.Maui.Controls.ReorderableItemsView)>
Public Sub New (Optional mapper As PropertyMapper = Nothing)
Parameters
- mapper
- PropertyMapper