DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewFlowLayout Class / PerformSelector Method / PerformSelector(Selector,NSObject,Double) Method

In This Topic
    PerformSelector(Selector,NSObject,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub PerformSelector( _
       ByVal selector As ObjCRuntime.Selector, _
       ByVal withObject As Foundation.NSObject, _
       ByVal delay As Double _
    ) 
    public virtual void PerformSelector( 
       ObjCRuntime.Selector selector,
       Foundation.NSObject withObject,
       double delay
    )

    Parameters

    selector
    withObject
    delay
    See Also