Method | Description | |
---|---|---|
AddHandlers ( IComboBoxMapper mapper ) : void |
Adds event handlers to the ComboBox that are suitable for the UI environment
|
|
AddItemSelectedEventHandler ( IComboBoxMapper mapper ) : void | ||
RemoveCurrentHandlers ( IComboBoxMapper mapper ) : void |
Removes event handlers previously assigned to the ComboBox
|
Method | Description | |
---|---|---|
SelectIndexChangedHandler ( object sender, |
public AddHandlers ( IComboBoxMapper mapper ) : void | ||
mapper | IComboBoxMapper | The mapper for the lookup ComboBox |
return | void |
public AddItemSelectedEventHandler ( IComboBoxMapper mapper ) : void | ||
mapper | IComboBoxMapper | |
return | void |
public RemoveCurrentHandlers ( IComboBoxMapper mapper ) : void | ||
mapper | IComboBoxMapper | The mapper for the lookup ComboBox |
return | void |