The handler which fires when the timer is started

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