StateManagedCollection.OnClearComplete Método
Definição
protected:
virtual void OnClearComplete();
protected virtual void OnClearComplete ();
abstract member OnClearComplete : unit -> unit
override this.OnClearComplete : unit -> unit
Protected Overridable Sub OnClearComplete ()
Comentários
Coleções derivadas de StateManagedCollection podem substituir o OnClearComplete método para executar qualquer trabalho adicional depois que todos os itens forem removidos da coleção usando o Clear método.Collections derived from StateManagedCollection can override the OnClearComplete method to perform any additional work after all items are removed from the collection using the Clear method.