ToolboxService.Refresh Method

Definition

Refreshes the state of the toolbox items.

protected:
 abstract void Refresh();
protected abstract void Refresh ();
abstract member Refresh : unit -> unit
Protected MustOverride Sub Refresh ()

Remarks

The Refresh method is called by the toolbox service when a user has requested that the collection of items should be refreshed. If the collection is always current, there is no need to provide any implementation here. If the collection returned from GetItemContainers represents a snapshot of the toolbox items, however, this method provides an opportunity to update them.

Applies to