IAsyncAttachedCollectionSource.IsUpdatingHasItems Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not the HasItems property is currently being updated. Because updating HasItems may be an asynchronous operation, consumers of the IAttachedCollectionSource may want to wait for this property to become false before deciding that there are no items.
public:
property bool IsUpdatingHasItems { bool get(); };
public:
property bool IsUpdatingHasItems { bool get(); };
public bool IsUpdatingHasItems { get; }
member this.IsUpdatingHasItems : bool
Public ReadOnly Property IsUpdatingHasItems As Boolean
Property Value
Returns Boolean.