Class MultiSelectionComboBoxBridge
Represents a class that synchronizes selection between MultiSelectionComboBox and another control.
Inheritance
System.Object
MultiSelectionComboBoxBridge
Namespace: Simplic.UI.Control
Assembly: Simplic.UI.dll
Syntax
public class MultiSelectionComboBoxBridge : SelectionBridge
Constructors
| Improve this Doc View SourceMultiSelectionComboBoxBridge(IntegratedGridView, MultiSelectionComboBox)
Initialize the bridge.
Declaration
public MultiSelectionComboBoxBridge(IntegratedGridView gridViewControl, MultiSelectionComboBox owner)
Parameters
Type | Name | Description |
---|---|---|
IntegratedGridView | gridViewControl | The integrated grid view. |
MultiSelectionComboBox | owner | The owner so the content of combo box. |
Methods
| Improve this Doc View SourceCleanUp()
Due to inheritance.
Declaration
public override void CleanUp()
ClearSourceSelection()
Due to inheritance.
Declaration
public override void ClearSourceSelection()
ItemsDeselectedInOwner(IEnumerable<Object>)
Remove a item from the list.
Declaration
public override void ItemsDeselectedInOwner(IEnumerable<object> removedItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Object> | removedItems | The removed items. |
ItemsSelectedInOwner(IEnumerable<Object>)
Due to inheritance.
Declaration
public override void ItemsSelectedInOwner(IEnumerable<object> addedItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Object> | addedItems | added items |
SelectedItemsResetInOwner()
Due to inheritance.
Declaration
public override void SelectedItemsResetInOwner()
SynchronizeCurrentItemWithSelection()
Due to inheritance.
Declaration
public override bool SynchronizeCurrentItemWithSelection()
Returns
Type | Description |
---|---|
System.Boolean | false |
SynchronizeSelectedItemsWithSource()
Due to inheritance.
Declaration
public override void SynchronizeSelectedItemsWithSource()
UnsubscribeFromSourceEvents()
Due to inheritance.
Declaration
public override void UnsubscribeFromSourceEvents()