ComponentOne Xamarin.iOS
BeginInvokeOnMainThread(Action) Method


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

Parameters

action
See Also

Reference

C1ComboBox Class
C1ComboBox Members
Overload List