Pinta.HScaleSpinButtonWidget.OnValueChanged C# (CSharp) Method

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void
        protected void OnValueChanged()
        {
            if (ValueChanged != null)
                ValueChanged (this, EventArgs.Empty);
        }