The handler which fires when the timer is stopped

C# | Visual Basic | Visual C++ |
public MulticastDelegate StopHandler { get; set; }
Public Property StopHandler As MulticastDelegate Get Set
public: property MulticastDelegate^ StopHandler { MulticastDelegate^ get (); void set (MulticastDelegate^ value); }