The handler which fires when the timer is complete (on the last tick)

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