Invoked when the selection in ListBox host is changed and updates the selection of the ListBox.

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

Syntax

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

See Also