ITextDocument.IsReloading Property

Definition

Determines whether the document is currently being reloaded.

public:
 property bool IsReloading { bool get(); };
public:
 property bool IsReloading { bool get(); };
public bool IsReloading { get; }
member this.IsReloading : bool
Public ReadOnly Property IsReloading As Boolean

Property Value

true if reloading, otherwise false.

Applies to