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

AutoFillDataMauiBase..::..OutputDataChanged Event

Occurs when [output data changed].

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

Syntax


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