Provides data for the SelectedGridItemChanged event of the PropertyGrid control.

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

Syntax

C#
public class SelectedGridItemChangedEventArgs : RoutedEventArgs
Visual Basic (Declaration)
Public Class SelectedGridItemChangedEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Windows..::.RoutedEventArgs
      Mindscape.WpfPropertyGrid..::.SelectedGridItemChangedEventArgs

See Also