API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

EventsDrawingListSelectionChanged Event

The DrawingListSelectionChanged event is raised when selection on the drawing list has changed.

Namespace:  Tekla.Structures.Drawing.UI
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.1
Syntax
public event EventsDrawingListSelectionChangedDelegate DrawingListSelectionChanged

Value

Type: Tekla.Structures.Drawing.UIEventsDrawingListSelectionChangedDelegate
Remarks
This event is also raised if a file is selected or deselected in Document Manager, but no information about the selected file(s) is available.
See Also