Example #1
0
		/// <summary>
		/// Will bubble the <see cref="DayGotFocus"/> event.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnDayGotFocus(NuGenDayEventArgs e)
		{
			this.Initiator.InvokeEventHandlerT<NuGenDayEventArgs>(_dayGotFocus, e);
		}
Example #2
0
		private void m_month_DayGotFocus(object sender, NuGenDayEventArgs e)
		{
			this.OnDayGotFocus(e);
		}