/// <summary>
 /// Raises the <see cref="E:EntityContextChanged"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Sage.Platform.Application.EntityContextChangedEventArgs"/> instance containing the event data.</param>
 protected override void OnEntityContextChanged(EntityContextChangedEventArgs e)
 {
     //this should happen since the paging to a new entity does not have context of the old entity so this is not called.
     ContextService.RemoveContext("AddFilterStateInfo");
     ContextService.RemoveContext("CT_SELECTED_TARGETIDS");
     base.OnEntityContextChanged(e);
 }
 /// <summary>
 /// Raises the <see cref="E:EntityContextChanged"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Sage.Platform.Application.EntityContextChangedEventArgs"/> instance containing the event data.</param>
 protected override void OnEntityContextChanged(EntityContextChangedEventArgs e)
 {
     //this should happen since the paging to a new entity does not have context of the old entity so this is not called.
     ContextService.RemoveContext("AddFilterStateInfo");
     ContextService.RemoveContext("CT_SELECTED_TARGETIDS");
     base.OnEntityContextChanged(e);
 }
 /// <summary>
 /// Raises the <see cref="E:EntityContextChanged"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Sage.Platform.Application.EntityContextChangedEventArgs"/> instance containing the event data.</param>
 protected override void OnEntityContextChanged(EntityContextChangedEventArgs e)
 {
     base.OnEntityContextChanged(e);
 }
 /// <summary>
 /// Raises the <see cref="E:EntityContextChanged"/> event.
 /// </summary>
 /// <param name="e">The <see cref="Sage.Platform.Application.EntityContextChangedEventArgs"/> instance containing the event data.</param>
 protected override void OnEntityContextChanged(EntityContextChangedEventArgs e)
 {
     base.OnEntityContextChanged(e);
 }