IEvents Interface |
Interface for the Events class allows the user to register event listeners for Drawings events.
This interface allows the Marshaling of the Events class with Trimble.Remoting
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
The IEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
Register |
Registers the instance to listen to the specified events.
| |
UnRegister |
Unregisters the instance from listening to events.
|
Events
Name | Description | |
---|---|---|
DrawingChanged |
The DrawingChanged event is raised when the drawing has been changed and the database is committed.
| |
DrawingDeleted |
The DrawingDeleted event is raised when a drawing has been deleted.
| |
DrawingInserted |
The DrawingInserted event is raised when a drawing has been inserted.
| |
DrawingReadyForIssuingChange |
The DrawingReadyForIssuingChange event is raised just after a drawing is marked or unmarked ready for issuing.
| |
DrawingStatusChanged |
The DrawingStatusChanged event is raised when the drawing status has changed.
| |
DrawingUpdated |
The DrawingUpdated event is raised when the drawing has been inserted, deleted or modified, and the database is committed.
|
See Also