Provides data for the SelectedGridItemChanged event of the PropertyGrid control.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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.WpfElements.WpfPropertyGrid..::.SelectedGridItemChangedEventArgs

See Also