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

LookupDefinitionBase..::..WindowClosed Event

Occurs when [window closed].

Namespace:  RingSoft.DbLookup.Lookup
Assembly:  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);
}