/// <summary> /// raises the NewItemCreated /// </summary> /// <param name="e">The event arguments for the event</param> protected void OnNewItemCreated(TreeListBoxItemCreatedEventArgs e) { if (NewItemCreated != null) { NewItemCreated(this, e); } }
/// <summary> /// raises the NewItemCreated /// </summary> /// <param name="e">The event arguments for the event</param> protected void OnNewItemCreated(TreeListBoxItemCreatedEventArgs e) { if (NewItemCreated != null) NewItemCreated(this, e); }