CollectionView.UpdatedOutsideDispatcher Propriedade

Definição

Recebe um valor que indica se foi necessário atualizar o registo de alterações porque uma CollectionChanged notificação foi recebida numa thread diferente sem antes introduzir o despachante da thread interface (UI).

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

Valor de Propriedade

true se foi necessário atualizar o registo de alterações porque uma CollectionChanged notificação foi recebida numa thread diferente sem antes introduzir o despachante de threads da interface de utilizador (UI); caso contrário, false.

Aplica-se a

Ver também