DropDownList..::..OnClosing Event

Raised when [on closing].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public event EventWithArgs OnClosing
Public Event OnClosing As EventWithArgs
public:
 event EventWithArgs^ OnClosing {
	void add (EventWithArgs^ value);
	void remove (EventWithArgs^ value);
}