示例#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();
 }
示例#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();
 }
示例#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();
 }
示例#4
0
文件: Item.cs 项目: wforney/portal
 /// <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();
 }
示例#5
0
文件: Item.cs 项目: wforney/portal
 /// <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();
 }
示例#6
0
文件: Item.cs 项目: wforney/portal
 /// <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();
 }