Click or drag to resize

ISelectableControlT Interface

Interface for a control that can preserve its selection.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ISelectableControl<out T> : ISelectable<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Eto.Forms.ISelectableControl`1"]

The ISelectableControlT type exposes the following members.

Properties
  NameDescription
Public propertySelectionPreserver
Gets a new instance of a selection preserver.
Top
Events
  NameDescription
Public eventSelectedItemsChanged
Occurs when the SelectedItems is changed.
Top
See Also