DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / Invoke Method / Invoke(Action,Double) Method

In This Topic
    Invoke(Action,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Invoke( _
       ByVal action As Action, _
       ByVal delay As Double _
    ) 
    public virtual void Invoke( 
       Action action,
       double delay
    )

    Parameters

    action
    delay
    See Also