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

DbMaintenanceWindowProcessor..::..LookupAddView Event

Occurs when [lookup add view].

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.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);
}