Show / Hide Table of Contents

    Class SwipeMenuItemTappedArgs

    Cell swipe menu item tapped arguments.

    Inheritance
    Object
    SwipeMenuItemTappedArgs
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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.

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel