ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / C1Sizer Class / Invoke Method / Invoke(Action) Method

In This Topic
    Invoke(Action) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Invoke( _
       ByVal method As System.Action _
    ) 
    public void Invoke( 
       System.Action method
    )

    Parameters

    method
    See Also