RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridComboBoxHost<(Of <(<'TControl>)>)>..::..OnComboControlLoaded Method

Called by the combo box control's loaded event.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHost
Assembly:  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
)