Example #1
0
		private void m_month_ColorChanged(object sender, NuGenMonthColorEventArgs e)
		{
			this.OnMonthColorChanged(e);
		}
Example #2
0
		/// <summary>
		/// Will bubble the <see cref="MonthColorChanged"/> event.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnMonthColorChanged(NuGenMonthColorEventArgs e)
		{
			this.Initiator.InvokeEventHandlerT<NuGenMonthColorEventArgs>(_monthColorChanged, e);
		}