ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / OnColMove Method

In This Topic
    OnColMove Method (C1List)
    In This Topic
    Raises the ColMoveEvent.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnColMove( _
       ByVal e As ColMoveEventArgs _
    ) 
    protected virtual void OnColMove( 
       ColMoveEventArgs e
    )

    Parameters

    e
    See Also