Called when the selection changes.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
protected internal virtual void OnSelectionChanged(
	Object sender,
	SelectionChangedEventArgs e
)
Visual Basic (Declaration)
Protected Friend Overridable Sub OnSelectionChanged ( _
	sender As Object, _
	e As SelectionChangedEventArgs _
)

See Also