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