IUIEvents Interface |
Interface for the Events class allows the user to register event listeners for DrawingUI events.
This interface allows the Marshaling of the Events class with Trimble.Remoting
Namespace: Tekla.Structures.Drawing.UI
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2024.0.0+a110b435391768740483e3032720a566518c9a63
Syntax
The IUIEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnInterrupted |
Called when uesr interrupts.
| |
Register |
Registers the instance to listen to the specified events.
| |
UnRegister |
Unregisters the instance from listening to events.
|
Events
Name | Description | |
---|---|---|
DocumentManagerClosed |
The DocumentManagerClosed eventis raised when the document manager is closed.
| |
DrawingEditorClosed |
The DrawingEditorClosed event is raised when the drawing editor is closed.
| |
DrawingEditorOpened |
The DrawingEditorOpened event is raised when the drawing editor is opened.
| |
DrawingListSelectionChanged |
The DrawingListSelectionChanged event is raised when selection on the drawing list has changed.
| |
DrawingLoaded |
The DrawingLoaded event is raised when a new drawing is opened in the drawing editor.
| |
Interrupted |
Occurs when user interrupts.
| |
SelectionChange |
The SelectionChange event is raised when the selection is changed in a Tekla Structures drawing.
|
See Also