CollectionView.IsRefreshDeferred Propriété

Définition

Obtient une valeur qui indique s’il existe un état d’attente DeferRefresh() en cours d’utilisation.

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

Valeur de propriété

true s’il y a une utilisation en suspens DeferRefresh() ; sinon, false.

Notes pour les héritiers

Les classes dérivées doivent éviter d’appeler Refresh() si IsRefreshDeferred elle retourne true.

S’applique à