Show / Hide Table of Contents

    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.

    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