ImageGlass.ImageBox.EndDrag C# (CSharp) Method

EndDrag() protected method

Completes an ongoing selection or drag operation.
protected EndDrag ( ) : void
return void
        protected virtual void EndDrag()
        {
            IsSelecting = false;
            OnSelected(EventArgs.Empty);
        }
ImageBox