CK.Plugins.CommonTimer.CommonTimerUserEditor.OnSave C# (CSharp) Method

OnSave() private method

private OnSave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnSave( object sender, EventArgs e )
        {
            // The user has changed the value of the interval
            // The editor will set the new configuration
            _editor.Interval = (int)nInteval.Value;
        }