Show / Hide Table of Contents

    Class LongPressEventArgs

    FormsGestures Long press event arguments.

    Inheritance
    Object
    EventArgs
    BaseGestureEventArgs
    TapEventArgs
    LongPressEventArgs
    Inherited Members
    TapEventArgs.NumberOfTaps
    TapEventArgs.ValueFrom(TapEventArgs)
    BaseGestureEventArgs.Event
    BaseGestureEventArgs.Handled
    BaseGestureEventArgs.Listener
    BaseGestureEventArgs.Cancelled
    BaseGestureEventArgs.ElementPosition
    BaseGestureEventArgs.ElementTouches
    BaseGestureEventArgs.WindowTouches
    BaseGestureEventArgs.NumberOfTouches
    BaseGestureEventArgs.Center(Point[])
    BaseGestureEventArgs.Equals(Object)
    BaseGestureEventArgs.Equals(BaseGestureEventArgs)
    BaseGestureEventArgs.GetHashCode()
    BaseGestureEventArgs.ValueFrom(BaseGestureEventArgs)
    BaseGestureEventArgs.Contains(Point)
    BaseGestureEventArgs.IsTouchCenterInView
    EventArgs.Empty
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FormsGestures
    Assembly: FormsGestures.dll
    Syntax
    public class LongPressEventArgs : TapEventArgs

    Constructors

    LongPressEventArgs(LongPressEventArgs, Listener)

    constructs new LongPressEnventArgs

    Declaration
    public LongPressEventArgs(LongPressEventArgs source = null, Listener newListener = null)
    Parameters
    Type Name Description
    LongPressEventArgs source
    Listener newListener

    Properties

    Duration

    Duration of long press

    Declaration
    public virtual long Duration { get; protected set; }
    Property Value
    Type Description
    Int64

    Methods

    ValueFrom(LongPressEventArgs)

    Updates properties from the values from another instance

    Declaration
    public void ValueFrom(LongPressEventArgs source)
    Parameters
    Type Name Description
    LongPressEventArgs source

    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