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