Exemplo n.º 1
0
 protected virtual void OnMinutesChanged(DecimalChangedEventArgs e)
 {
     if (MinutesChanged != null)
     {
         MinutesChanged(this, e);
     }
 }
Exemplo n.º 2
0
        /// <summary>
        /// Handles the MinutesChanged event of the behaviorSettings1 control.
        /// </summary>
        /// <param name="sender">The source of the event.</param>
        /// <param name="e">The <see cref="Backround_Cycler.EventArguments.DecimalChangedEventArgs"/> instance containing the event data.</param>
        private void behaviorSettings1_MinutesChanged(object sender, DecimalChangedEventArgs e)
        {
            this.CalculateTime();

            debug1.ValueChangedTimeLable();
        }