Control..::..Update Event

Raised when [update].

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

Syntax


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