Exemplo n.º 1
0
		private void m_month_BorderStyleChanged(object sender, NuGenMonthBorderStyleEventArgs e)
		{
			this.OnMonthBorderStyleChanged(e);
		}
Exemplo n.º 2
0
		/// <summary>
		/// Will bubble thte <see cref="MonthBorderStyleChanged"/> event.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnMonthBorderStyleChanged(NuGenMonthBorderStyleEventArgs e)
		{
			this.Initiator.InvokeEventHandlerT<NuGenMonthBorderStyleEventArgs>(_monthBorderStyleChanged, e);
		}