C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ScrollViewer 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 _
) 
 
'Usage
 
Dim instance As C1ScrollViewer
Dim action As Action
Dim delay As Double
 
instance.Invoke(action, delay)

Parameters

action
delay
See Also