Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripColorPicker Class / OnQueryContinueDrag Method

In This Topic
    OnQueryContinueDrag Method (C1EditorToolStripColorPicker)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnQueryContinueDrag( _
       ByVal queryContinueDragEvent As System.Windows.Forms.QueryContinueDragEventArgs _
    ) 
    protected virtual void OnQueryContinueDrag( 
       System.Windows.Forms.QueryContinueDragEventArgs queryContinueDragEvent
    )

    Parameters

    queryContinueDragEvent
    See Also