eDriven Framework API
MouseDown Property
NamespaceseDriven.Core.ManagersSystemEventDispatcherMouseDown
eDriven Framework API
Fires left mouse down events
Declaration Syntax
C#Visual BasicVisual C++
public MulticastDelegate MouseDown { get; set; }
Public Property MouseDown As MulticastDelegate
	Get
	Set
public:
property MulticastDelegate^ MouseDown {
	MulticastDelegate^ get ();
	void set (MulticastDelegate^ value);
}

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)