IWxAssemblies

Assembly: Workspace;

Description

The IWxAssemblies interface contains the collection of units that determine an event handler in the workspace.

Inheritance Hierarchy

          IWxAssemblies

Properties

  Property name Brief description
Count The Count property returns the number of units in the collection.
EventsAssembly The EventsAssembly property determines a event handler unit.
EventsClass The EventsClass property determines an event handler class.
Item The Item property returns the unit contained in the collection by index.
Workspace The Workspace property returns the workspace, for which an event handler is determined.

Methods

  Method name Brief description
Add The Add method adds a unit to the collection.
Clear The Clear method clears the collection of units.
Edit The Edit method edits the unit.
Remove The Remove method removes the unit from the collection.
Revert The Revert method cancels unit editing.
Save The Save method saves the edited unit.

See also:

Workspace Assembly Interfaces