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

LookupControl..::..LookupView Event

Occurs when a user wishes to add or view a selected lookup row. Set Handled property to True to not send this message to the LookupContext.

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

Syntax


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