Ejemplo n.º 1
0
		private void m_month_PropertyChanged(object sender, NuGenMonthPropertyEventArgs e)
		{
			this.OnMonthPropertyChanged(e);
		}
Ejemplo n.º 2
0
		/// <summary>
		/// Will bubble the <see cref="MonthPropertyChanged"/> event.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnMonthPropertyChanged(NuGenMonthPropertyEventArgs e)
		{
			this.Initiator.InvokeEventHandlerT<NuGenMonthPropertyEventArgs>(_monthPropertyChanged, e);
		}