BExplorer.Shell.ShellView.OnQueryContinueDrag C# (CSharp) Method

OnQueryContinueDrag() protected method

protected OnQueryContinueDrag ( System.Windows.Forms e ) : void
e System.Windows.Forms
return void
    protected override void OnQueryContinueDrag(F.QueryContinueDragEventArgs e) => base.OnQueryContinueDrag(e);
ShellView