RB.PropertyView::properties-selected

def callback(property_view, properties, user_param1, ...)

Emitted when the set of selected property values changes. This is only emitted for multiple selection property views. For single-selection views, use the property-selected signal.

property_view :

instance of RB.PropertyView that is emitting the signal

properties :

a list containing the selected property values

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)