Search Results for

    Show / Hide Table of Contents

    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 Source

    MultiSelectionComboBoxBridge(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 Source

    CleanUp()

    Due to inheritance.

    Declaration
    public override void CleanUp()
    | Improve this Doc View Source

    ClearSourceSelection()

    Due to inheritance.

    Declaration
    public override void ClearSourceSelection()
    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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

    | Improve this Doc View Source

    SelectedItemsResetInOwner()

    Due to inheritance.

    Declaration
    public override void SelectedItemsResetInOwner()
    | Improve this Doc View Source

    SynchronizeCurrentItemWithSelection()

    Due to inheritance.

    Declaration
    public override bool SynchronizeCurrentItemWithSelection()
    Returns
    Type Description
    System.Boolean

    false

    | Improve this Doc View Source

    SynchronizeSelectedItemsWithSource()

    Due to inheritance.

    Declaration
    public override void SynchronizeSelectedItemsWithSource()
    | Improve this Doc View Source

    UnsubscribeFromSourceEvents()

    Due to inheritance.

    Declaration
    public override void UnsubscribeFromSourceEvents()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx