BrightIdeasSoftware.ObjectListView.OnQueryContinueDrag C# (CSharp) Method

OnQueryContinueDrag() protected method

protected OnQueryContinueDrag ( QueryContinueDragEventArgs args ) : void
args QueryContinueDragEventArgs
return void
        protected override void OnQueryContinueDrag(QueryContinueDragEventArgs args)
        {
            base.OnQueryContinueDrag(args);

            if (this.DropSink != null)
                this.DropSink.QueryContinue(args);
        }
ObjectListView