Occurs when the user selects a new item in the property grid.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public event SelectedGridItemChangedEventHandler SelectedGridItemChanged
Visual Basic (Declaration)
Public Event SelectedGridItemChanged As SelectedGridItemChangedEventHandler

See Also