Fired when the user fields are selected or de-selected.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
public event EventHandler SelectionChanged
Visual Basic
Public Event SelectionChanged As EventHandler

Remarks

This event is mainly used to refresh the PropertyGrid controls attached to the selection.

See Also