DataEntryGridAutoFillHost..::..OnControlLoaded Method
Called when [control loaded].
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
protected void OnControlLoaded( AutoFillControl control, DataEntryGridEditingCellProps cellProps, DataEntryGridCellStyle cellStyle )
Protected Sub OnControlLoaded ( _ control As AutoFillControl, _ cellProps As DataEntryGridEditingCellProps, _ cellStyle As DataEntryGridCellStyle _ )
protected: void OnControlLoaded( AutoFillControl^ control, DataEntryGridEditingCellProps^ cellProps, DataEntryGridCellStyle^ cellStyle )
Parameters
- control
- Type: RingSoft.DbLookup.Controls.WPF..::..AutoFillControl
The control.
- cellProps
- Type: DataEntryGridEditingCellProps
The cell props.
- cellStyle
- Type: DataEntryGridCellStyle
The cell style.