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

TestDbMaintenanceProcessor..::..LookupAddView Event

Occurs when [lookup add view].

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

Syntax


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