Esempio n. 1
0
		private void m_activeMonth_MonthChanged(object sender, NuGenMonthChangedEventArgs e)
		{
			_month.RemoveSelection(true);
			this.OnMonthChanged(e);
		}
Esempio n. 2
0
		/// <summary>
		/// Will bubble the <see cref="MonthChanged"/> event.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnMonthChanged(NuGenMonthChangedEventArgs e)
		{
			this.Initiator.InvokeEventHandlerT<NuGenMonthChangedEventArgs>(_monthChanged, e);
		}