Represents the method that will handle the SelectedGridItemChanged event of a PropertyGrid.

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

Syntax

C#
public delegate void SelectedGridItemChangedEventHandler(
	Object sender,
	SelectedGridItemChangedEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub SelectedGridItemChangedEventHandler ( _
	sender As Object, _
	e As SelectedGridItemChangedEventArgs _
)

Parameters

sender
Type: System..::.Object
The source of the event.
e
Type: Mindscape.WpfElements.WpfPropertyGrid..::.SelectedGridItemChangedEventArgs
The event data.

See Also