Baka_MPlayer.Controls.ColorSlider.OnLostFocus C# (CSharp) Method

OnLostFocus() protected method

Raises the event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void
        protected override void OnLostFocus(EventArgs e)
        {
            base.OnLostFocus(e);
            Invalidate();
        }