Habanero.Faces.Win.ComboBoxDefaultMapperStrategyWin.AddHandlers C# (CSharp) Method

AddHandlers() public method

Adds event handlers to the ComboBox that are suitable for the UI environment
public AddHandlers ( IComboBoxMapper mapper ) : void
mapper IComboBoxMapper The mapper for the lookup ComboBox
return void
        public void AddHandlers(IComboBoxMapper mapper)
        {
            AddItemSelectedEventHandler(mapper);
        }
    }