/// <summary>
		/// Will bubble the <see cref="E:NodeCountRequested"/> event.
		/// </summary>
		/// <param name="e"></param>
		protected virtual void OnNodeCountRequested(NuGenItemsCountRequestedEventArgs e)
		{
			this.InvokeActionT<NuGenItemsCountRequestedEventArgs>(eventNodeCountRequested, e);
		}
Example #2
0
 /// <summary>
 /// Will bubble the <see cref="E:NodeCountRequested"/> event.
 /// </summary>
 /// <param name="e"></param>
 protected virtual void OnNodeCountRequested(NuGenItemsCountRequestedEventArgs e)
 {
     this.InvokeActionT <NuGenItemsCountRequestedEventArgs>(eventNodeCountRequested, e);
 }