Show / Hide Table of Contents

    Class ItemTappedEventArgs

    Item tapped event arguments.

    Inheritance
    Object
    EventArgs
    ItemTappedEventArgs
    ItemTappedEventArgs
    Inherited Members
    ItemTappedEventArgs.Group
    ItemTappedEventArgs.Item
    ItemTappedEventArgs.ItemIndex
    EventArgs.Empty
    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 ItemTappedEventArgs : ItemTappedEventArgs

    Fields

    Handled

    Set to true if you have handled this event and don't want other handlers to have a crack at it

    Declaration
    public bool Handled
    Field Value
    Type Description
    Boolean

    Properties

    CellView

    Gets the cell view bound to the tapped item.

    Declaration
    public View CellView { get; }
    Property Value
    Type Description
    View

    The cell view.

    Index

    Gets the index.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    Int32

    The index.

    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