ComponentOne Xamarin.iOS
InvokeOnMainThread(Action) Method


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1DropDown Class > InvokeOnMainThread Method : InvokeOnMainThread(Action) Method
Syntax
'Declaration
 
Public Overloads Sub InvokeOnMainThread( _
   ByVal action As Action _
) 
'Usage
 
Dim instance As C1DropDown
Dim action As Action
 
instance.InvokeOnMainThread(action)
public void InvokeOnMainThread( 
   Action action
)

Parameters

action
See Also

Reference

C1DropDown Class
C1DropDown Members
Overload List