LookupDefinitionBase..::..WindowClosed Event
Occurs when [window closed].
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public event EventHandler<LookupWindowReturnArgs> WindowClosed
Public Event WindowClosed As EventHandler(Of LookupWindowReturnArgs)
public: event EventHandler<LookupWindowReturnArgs^>^ WindowClosed { void add (EventHandler<LookupWindowReturnArgs^>^ value); void remove (EventHandler<LookupWindowReturnArgs^>^ value); }