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

DataEntryGridDropDownControlHost<(Of <(<'TDropDownControl>)>)>..::..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(
	TDropDownControl control,
	DataEntryGridEditingCellProps cellProps,
	DataEntryGridCellStyle cellStyle
)
Protected Sub OnControlLoaded ( _
	control As TDropDownControl, _
	cellProps As DataEntryGridEditingCellProps, _
	cellStyle As DataEntryGridCellStyle _
)
protected:
void OnControlLoaded(
	TDropDownControl control, 
	DataEntryGridEditingCellProps^ cellProps, 
	DataEntryGridCellStyle^ cellStyle
)