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

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