/// <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); }
/// <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); }