LookupDataMauiBase..::..LookupView 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.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.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); }