eDriven Framework API
Complete Property
NamespaceseDriven.Core.UtilTimerComplete
eDriven Framework API
The handler which fires when the timer is complete (on the last tick)
Declaration Syntax
C#Visual BasicVisual C++
public MulticastDelegate Complete { get; set; }
Public Property Complete As MulticastDelegate
	Get
	Set
public:
property MulticastDelegate^ Complete {
	MulticastDelegate^ get ();
	void set (MulticastDelegate^ value);
}

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