ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / OnQueryContinueDrag Method

In This Topic
    OnQueryContinueDrag Method (RibbonControlHost)
    In This Topic
    Raises the QueryContinueDrag event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnQueryContinueDrag( _
       ByVal e As System.Windows.Forms.QueryContinueDragEventArgs _
    ) 
    protected virtual void OnQueryContinueDrag( 
       System.Windows.Forms.QueryContinueDragEventArgs e
    )

    Parameters

    e
    See Also