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

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

Called by the control's loaded event.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHost
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


protected void OnControlLoaded(
	TControl control,
	DataEntryGridEditingCellProps cellProps,
	DataEntryGridCellStyle cellStyle
)
Protected Sub OnControlLoaded ( _
	control As TControl, _
	cellProps As DataEntryGridEditingCellProps, _
	cellStyle As DataEntryGridCellStyle _
)
protected:
void OnControlLoaded(
	TControl control, 
	DataEntryGridEditingCellProps^ cellProps, 
	DataEntryGridCellStyle^ cellStyle
)