Event PropertySelected
Occurs when a property selection has been changed, either by user action or by indirect program function.
public event EventHandler? PropertySelected
Returns
- EventHandler
- Occurs when a property selection has been changed, either by user action or by indirect program function.
- Implements
Remarks
For instance, collapsing a parent property programmatically causes any selected child property to become unselected, and may therefore cause this event to be generated.