\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.Design Namespace / C1ListDesigner Class / OnMouseDragBegin Method

In This Topic
    OnMouseDragBegin Method (C1ListDesigner)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnMouseDragBegin( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    protected virtual void OnMouseDragBegin( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also