BasicDesignerLoader.ReloadPending Property

Definition

Gets a value indicating whether a reload has been queued.

protected:
 property bool ReloadPending { bool get(); };
protected bool ReloadPending { get; }
member this.ReloadPending : bool
Protected ReadOnly Property ReloadPending As Boolean

Property Value

true, if a call to Reload(BasicDesignerLoader+ReloadOptions) has queued a reload request; otherwise, false.

Applies to

See also