DataEntryGridDropDownControlHost<(Of <(<'TDropDownControl>)>)>..::..OnControlLoaded 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 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 )
Parameters
- control
- Type: TDropDownControl
The control.
- cellProps
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridEditingCellProps
The cell props.
- cellStyle
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridCellStyle
The cell style.