Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / List Class / Execute Method
The action to execute.

In This Topic
    Execute Method (List)
    In This Topic
    Executes the specified action.
    Syntax
    'Declaration
     
    Public Sub Execute( _
       ByVal action As List.Action _
    ) 
    public void Execute( 
       List.Action action
    )

    Parameters

    action
    The action to execute.
    See Also