def callback(property_view, name, user_param1, ...)
Emitted when an individual property value becomes selected. This is only emitted for single-selection property views. For multiple-selection views, use the properties-selected signal.
property_view : |
instance of RB.PropertyView that is emitting the signal |
name : |
the property value that has been selected |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |