GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Initializing Property
In This Topic
    Initializing Property (GoDocument)
    In This Topic
    Gets or sets whether this document is in the process of being initialized.
    Syntax
    [Browsable(false)]
    public bool Initializing {get; set;}
    Remarks
    This property is provided as a standard way to indicate that the document is not yet completely initialized, thereby allowing some methods to optimize their behavior. During an undo or a redo, this property will be set to true. See the documentation for ChangeValue. Setting this property does not call RaiseChanged.
    See Also