GuiHost..::..MouseDown Event

Raised when [mouse down].

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

Syntax


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