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

LookupDataMauiBase..::..OnLookupView Method

Occurs when a user wishes to view a selected lookup row. Fires the LookupView event.

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

Syntax


protected virtual void OnLookupView(
	LookupAddViewArgs e
)
Protected Overridable Sub OnLookupView ( _
	e As LookupAddViewArgs _
)
protected:
virtual void OnLookupView(
	LookupAddViewArgs^ e
)

Parameters

e
Type: RingSoft.DbLookup.Lookup..::..LookupAddViewArgs
The lookup primary key row arguments.