ThoNohT.NohBoard.Forms.MouseSpeedStyleForm.defaultMouseSpeed_IndicatorStyleChanged C# (CSharp) Method

defaultMouseSpeed_IndicatorStyleChanged() private method

Handles change of the style, sets the new style and invokes the changed event.
private defaultMouseSpeed_IndicatorStyleChanged ( MouseSpeedIndicatorStyle style ) : void
style MouseSpeedIndicatorStyle The new style.
return void
        private void defaultMouseSpeed_IndicatorStyleChanged(MouseSpeedIndicatorStyle style)
        {
            this.currentStyle = style;
            this.StyleChanged?.Invoke(style);
        }