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

AutoFillDataMauiBase..::..OnKeyCharPressed Method

Called when [key character pressed].

Namespace:  RingSoft.DbLookup.AutoFill
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public void OnKeyCharPressed(
	char keyChar
)
Public Sub OnKeyCharPressed ( _
	keyChar As Char _
)
public:
void OnKeyCharPressed(
	wchar_t^ keyChar
)

Parameters

keyChar
Type: Char
The key character.