DataEntryGridTextComboBoxHost..::..OnComboControlLoaded Method
Called by the control's loaded event.
Namespace:
RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHostAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
protected void OnComboControlLoaded( TextComboBoxControl control, DataEntryGridComboBoxCellProps cellProps, DataEntryGridCellStyle cellStyle )
Protected Sub OnComboControlLoaded ( _ control As TextComboBoxControl, _ cellProps As DataEntryGridComboBoxCellProps, _ cellStyle As DataEntryGridCellStyle _ )
protected: void OnComboControlLoaded( TextComboBoxControl^ control, DataEntryGridComboBoxCellProps^ cellProps, DataEntryGridCellStyle^ cellStyle )
Parameters
- control
- Type: RingSoft.DataEntryControls.WPF..::..TextComboBoxControl
The control.
- cellProps
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridComboBoxCellProps
The cell props.
- cellStyle
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridCellStyle
The cell style.