eDriven Framework API
Tick Property
NamespaceseDriven.Core.UtilTimerTick
eDriven Framework API
The handler which fires on each timer tick
Declaration Syntax
C#Visual BasicVisual C++
public MulticastDelegate Tick { get; set; }
Public Property Tick As MulticastDelegate
	Get
	Set
public:
property MulticastDelegate^ Tick {
	MulticastDelegate^ get ();
	void set (MulticastDelegate^ value);
}

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