GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverview Class / Observed Property
In This Topic
    Observed Property
    In This Topic
    Gets or sets the view that this overview is watching.
    Syntax
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public virtual GoView Observed {get; set;}

    Property Value

    This property should not be set to itself or another GoOverview.
    Remarks
    This overview is useless until it has a GoView to observe. When this property is set, this overview becomes a document 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.
    See Also