eDriven Framework API
ButtonDown Property
NamespaceseDriven.Gui.ComponentsButtonButtonDown
eDriven Framework API
Fires when the button is down
Declaration Syntax
C#Visual BasicVisual C++
public MulticastDelegate ButtonDown { get; set; }
Public Property ButtonDown As MulticastDelegate
	Get
	Set
public:
property MulticastDelegate^ ButtonDown {
	MulticastDelegate^ get ();
	void set (MulticastDelegate^ value);
}

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