Initialises a new instance of the SelectedGridItemChangedEventArgs type.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public SelectedGridItemChangedEventArgs(
	PropertyGridRow oldSelection,
	PropertyGridRow newSelection
)
Visual Basic (Declaration)
Public Sub New ( _
	oldSelection As PropertyGridRow, _
	newSelection As PropertyGridRow _
)

See Also