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

LookupContextBase..::..LookupAddView Event

Occurs when a user wishes to view a selected lookup row. Used to show the appropriate editor for the selected lookup row.

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