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

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