SelChanged (Count/Value)

Function Name c:<CONTROL-NAME>#OnSelChanged
Syntax   (defun c:<CONTROL-NAME>#OnSelChanged (Count [as Long] Value [as String] /)
)
Return Type Ignored
Applies To DWG List, File 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.