[]
Interaction logic for SelectFromListScene.xaml
public class SelectFromListScene : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector, IStyleConnector
Name | Description |
---|---|
SelectFromListScene() | Initializes the new instance of the SelectFromListScene control. |
Name | Description |
---|---|
AllowEdit | Gets or sets boolean value determining whether dialog should allow adding or deleting items. |
AllowMultipleSelection | Gets or sets boolean value determining whether multiple selection is allowed. |
ItemType | Gets the type of items in collections. |
SortedSourceView | Gets the sorted view of SourceCollectionEdited to display in the list of available objects. |
SourceCollection | Gets the reference to the source collection. |
SourceCollectionEdited | Gets the reference to the edited copy of the source collection. |
TargetCollection | Gets the reference to the target collection. |
TargetCollectionEdited | Gets the reference to the edited copy of the target collection. |
Name | Description |
---|---|
InitializeComponent() | InitializeComponent |
OnMouseWheel(MouseWheelEventArgs) | |
OnPreviewKeyDown(KeyEventArgs) |