SelChanged (Count/Value)

Funktionsname c:<CONTROL-NAME>_OnSelChanged
Syntax   (defun c:<CONTROL-NAME>_OnSelChanged (Count [as Long] Value [as String] /)
)
Rückgabewert Ignored
Ausgelöst durch DWG List, Datei-Explorer

This event is triggered after the current selection has changed. Count is the number of selected items, and Value is the item text when Count is 1, or an empty string otherwise.