Class SwipeMenuItemTappedArgs
Cell swipe menu item tapped arguments.
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public class SwipeMenuItemTappedArgs
Properties
CellContentView
Gets the cell content view where the swipe happened.
Declaration
public ICellSwipeMenus CellContentView { get; }
Property Value
Type | Description |
---|---|
ICellSwipeMenus | The cell content view. |
Group
Gets the group.
Declaration
public object Group { get; }
Property Value
Type | Description |
---|---|
Object | The group. |
Item
Gets the item.
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
Object | The item. |
SwipeMenuItem
Gets the swipe menu item that was tapped.
Declaration
public SwipeMenuItem SwipeMenuItem { get; }
Property Value
Type | Description |
---|---|
SwipeMenuItem | The swipe menu item. |