[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public virtual GoView Observed {get; set;}
[Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public virtual GoView Observed {get; set;}
Changed
event handler for the observed view's document so that it can display that document. It also becomes a PropertyChanged
event handler and a Resize
event handler for the observed view so that it can track the observed view's extent (position and size) in its document, as well as any replacement of the observed view's document.