Initialises a new instance of the SelectedGridItemChangedEventArgs type.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public SelectedGridItemChangedEventArgs( PropertyGridRow oldSelection, PropertyGridRow newSelection ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ oldSelection As PropertyGridRow, _ newSelection As PropertyGridRow _ ) |
Parameters
- oldSelection
- Type: Mindscape.WpfPropertyGrid..::.PropertyGridRow
The previously selected PropertyGridRow.
- newSelection
- Type: Mindscape.WpfPropertyGrid..::.PropertyGridRow
The newly selected PropertyGridRow.