Interface ICellSwipeMenus
Interface to implement Swipe Menus in content views for Forms9Patch ListView cells
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface ICellSwipeMenus
Properties
EndSwipeMenu
Gets the end swipe menu items.
Declaration
List<SwipeMenuItem> EndSwipeMenu { get; }
Property Value
Type | Description |
---|---|
List<SwipeMenuItem> | The end swipe menu. |
StartSwipeMenu
Gets the start swipe menu items.
Declaration
List<SwipeMenuItem> StartSwipeMenu { get; }
Property Value
Type | Description |
---|---|
List<SwipeMenuItem> | The start swipe menu. |
Methods
OnSwipeMenuItemButtonTapped(Object, SwipeMenuItemTappedArgs)
Ons the swipe menu item button tapped.
Declaration
void OnSwipeMenuItemButtonTapped(object sender, SwipeMenuItemTappedArgs args)
Parameters
Type | Name | Description |
---|---|---|
Object | sender | Sender. |
SwipeMenuItemTappedArgs | args | Arguments. |