Removes an entity item from the selection.

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

Syntax

C#
protected internal virtual void RemoveSelectedEntityItem(
	Entity entity
)
Visual Basic (Declaration)
Protected Friend Overridable Sub RemoveSelectedEntityItem ( _
	entity As Entity _
)

Parameters

entity
Type: DlhSoft.Windows.Data..::.Entity
The entity to remove from the selection.

See Also