Table of Contents

Event PropertySelected

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when a property selection has been changed, either by user action or by indirect program function.

event EventHandler? PropertySelected

Returns

EventHandler
Occurs when a property selection has been changed, either by user action or by indirect program function.

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.