Exemplo n.º 1
0
 /// <summary>
 /// Bubbles a model change notification.
 /// </summary>
 /// <param name="source">The source.</param>
 /// <param name="handle">The handle.</param>
 public void BubbleModelChange(IModelNode source, IUndoRedoHandle handle)
 {
     ModelChanged(source, handle);
     _parent.BubbleModelChange(source, handle);
 }