LookupWindow..::..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.WPFAssembly: 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); }