ComponentFactory.Krypton.Toolkit.ViewDrawTrackBar.OnScroll C# (CSharp) Méthode

OnScroll() protected méthode

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