C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1ToggleButton Class / Invoke Method / Invoke(Action,TimeSpan) Method


In This Topic
Invoke(Action,TimeSpan) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Overridable Sub Invoke( _
   ByVal action As Action, _
   ByVal delay As TimeSpan _
) 
 
'Usage
 
Dim instance As C1ToggleButton
Dim action As Action
Dim delay As TimeSpan
 
instance.Invoke(action, delay)

Parameters

action
delay
See Also