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

LookupContextBase..::..OnAddViewLookup Method

Occurs when a user wishes to view a selected lookup primary key value. Fires the LookupAddView event.

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

Syntax


public virtual void OnAddViewLookup(
	LookupAddViewArgs e
)
Public Overridable Sub OnAddViewLookup ( _
	e As LookupAddViewArgs _
)
public:
virtual void OnAddViewLookup(
	LookupAddViewArgs^ e
)

Parameters

e
Type: RingSoft.DbLookup.Lookup..::..LookupAddViewArgs
The lookup add view arguments.