Version

SelectedItemChangedEventArgs Class Members

The following tables list the members exposed by SelectedItemChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorSelectedItemChangedEventArgs ConstructorConstructor.  
Public Properties
 NameDescription
Public PropertyNewSelectedItemReturns the currently selected PropertyGridItem or null of there is no currently selected item.  
Public PropertyOldSelectedItemReturns the previously selected PropertyGridItem or null of there was no previously selected item.  
See Also