LookupDataMauiBase..::..OnLookupView Method
Occurs when a user wishes to view a selected lookup row. Fires the LookupView event.
Namespace:
RingSoft.DbLookup.LookupAssembly: 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.