Example #1
0
 /// <summary>
 /// Called when the parent console changes for this console.
 /// </summary>
 /// <param name="oldParent">The previous parent.</param>
 /// <param name="newParent">The new parent.</param>
 protected virtual void OnParentConsoleChanged(IParentConsole oldParent, IParentConsole newParent)
 {
 }
Example #2
0
 /// <summary>
 /// Called when the parent console changes for this console.
 /// </summary>
 /// <param name="oldParent">The previous parent.</param>
 /// <param name="newParent">The new parent.</param>
 protected virtual void OnParentConsoleChanged(IParentConsole oldParent, IParentConsole newParent) { }