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

LookupContextBase..::..GetAutoFillText Event

Occurs when [get automatic fill text].

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

Syntax


public event EventHandler<TableDefinitionValue> GetAutoFillText
Public Event GetAutoFillText As EventHandler(Of TableDefinitionValue)
public:
 event EventHandler<TableDefinitionValue^>^ GetAutoFillText {
	void add (EventHandler<TableDefinitionValue^>^ value);
	void remove (EventHandler<TableDefinitionValue^>^ value);
}