ComponentFactory.Krypton.Toolkit.ViewDrawTrackBar.OnScroll C# (CSharp) 메소드

OnScroll() 보호된 메소드

Raises the Scroll event.
protected OnScroll ( EventArgs e ) : void
e System.EventArgs An EventArgs containing the event data.
리턴 void
        protected virtual void OnScroll(EventArgs e)
        {
            if (Scroll != null)
                Scroll(this, e);
        }