RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFilterParenthesesHost..::..OnControlLoaded Method

Called when [control loaded].

Namespace:  RingSoft.DbLookup.Controls.WPF.AdvancedFind
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


protected void OnControlLoaded(
	StringEditControl control,
	DataEntryGridEditingCellProps cellProps,
	DataEntryGridCellStyle cellStyle
)
Protected Sub OnControlLoaded ( _
	control As StringEditControl, _
	cellProps As DataEntryGridEditingCellProps, _
	cellStyle As DataEntryGridCellStyle _
)
protected:
void OnControlLoaded(
	StringEditControl^ control, 
	DataEntryGridEditingCellProps^ cellProps, 
	DataEntryGridCellStyle^ cellStyle
)

Parameters

control
Type: StringEditControl
The control.
cellProps
Type: DataEntryGridEditingCellProps
The cell props.
cellStyle
Type: DataEntryGridCellStyle
The cell style.