Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public Event ToolboxItemUsed As ToolboxItemUsedHandler
C#
public event ToolboxItemUsedHandler ToolboxItemUsed
Visual C++
public:
virtual  event ToolboxItemUsedHandler^ ToolboxItemUsed {
	void add (ToolboxItemUsedHandler^ value);
	void remove (ToolboxItemUsedHandler^ value);
}
JavaScript
function add_toolboxItemUsed(value);
function remove_toolboxItemUsed(value);

Implements

IToolboxView..::.ToolboxItemUsed

See Also