Example #1
0
 /// <summary>
 /// Items the state persisted.
 /// </summary>
 /// <param name="arg">The <see cref="T:Content.API.ItemHandlerEventArgs"/> instance containing the event data.</param>
 public virtual void ItemStatePersisted(ItemHandlerEventArgs arg)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 /// <summary>
 /// Items the parent changed.
 /// </summary>
 /// <param name="arg">The <see cref="T:Content.API.ItemHandlerEventArgs"/> instance containing the event data.</param>
 public virtual void ItemParentChanged(ItemHandlerEventArgs arg)
 {
     throw new System.NotImplementedException();
 }
Example #3
0
 /// <summary>
 /// Items the child added.
 /// </summary>
 /// <param name="arg">The <see cref="T:Content.API.ItemHandlerEventArgs"/> instance containing the event data.</param>
 public virtual void ItemChildAdded(ItemHandlerEventArgs arg)
 {
     throw new System.NotImplementedException();
 }
Example #4
0
 /// <summary>
 /// Items the state persisted.
 /// </summary>
 /// <param name="arg">The <see cref="T:Content.API.ItemHandlerEventArgs"/> instance containing the event data.</param>
 public virtual void ItemStatePersisted(ItemHandlerEventArgs arg)
 {
     throw new System.NotImplementedException();
 }
Example #5
0
 /// <summary>
 /// Items the child added.
 /// </summary>
 /// <param name="arg">The <see cref="T:Content.API.ItemHandlerEventArgs"/> instance containing the event data.</param>
 public virtual void ItemChildAdded(ItemHandlerEventArgs arg)
 {
     throw new System.NotImplementedException();
 }
Example #6
0
 /// <summary>
 /// Items the parent changed.
 /// </summary>
 /// <param name="arg">The <see cref="T:Content.API.ItemHandlerEventArgs"/> instance containing the event data.</param>
 public virtual void ItemParentChanged(ItemHandlerEventArgs arg)
 {
     throw new System.NotImplementedException();
 }