Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellsPanel Class / BeginInvokeOnMainThread Method / BeginInvokeOnMainThread(Selector,NSObject) Method


In This Topic
    BeginInvokeOnMainThread(Selector,NSObject) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub BeginInvokeOnMainThread( _
       ByVal sel As ObjCRuntime.Selector, _
       ByVal obj As Foundation.NSObject _
    ) 
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim sel As ObjCRuntime.Selector
    Dim obj As Foundation.NSObject
     
    instance.BeginInvokeOnMainThread(sel, obj)
    public void BeginInvokeOnMainThread( 
       ObjCRuntime.Selector sel,
       Foundation.NSObject obj
    )

    Parameters

    sel
    obj
    See Also