TextArea..::..TextCancel Event

Raised when [text cancel].

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

Syntax


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