DataEntryGridDateHost..::..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( DateEditControl control, DataEntryGridEditingCellProps cellProps, DataEntryGridCellStyle cellStyle )
Protected Sub OnControlLoaded ( _ control As DateEditControl, _ cellProps As DataEntryGridEditingCellProps, _ cellStyle As DataEntryGridCellStyle _ )
protected: void OnControlLoaded( DateEditControl^ control, DataEntryGridEditingCellProps^ cellProps, DataEntryGridCellStyle^ cellStyle )
Parameters
- control
- Type: RingSoft.DataEntryControls.WPF..::..DateEditControl
The control.
- cellProps
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridEditingCellProps
The cell props.
- cellStyle
- Type: RingSoft.DataEntryControls.Engine.DataEntryGrid..::..DataEntryGridCellStyle
The cell style.