DropDownList..::..OnClosed Event

Raised when [on closed].

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

Syntax


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