March 2002
Intermediate to advanced
864 pages
31h 8m
English
TimerElapsedEventArgs
This class is a custom System.EventArgs object
used for the SystemEvents.TimerElapsed delegate. It
provides additional information to your event handler, identifying the ID of the
timer that has changed.
public class TimerElapsedEventArgs : EventArgs { // Public Constructors public method TimerElapsedEventArgs(IntPtr timerId); // Public Instance Properties public field IntPtr TimerId{get; } }
System.Object→System.EventArgs→TimerElapsedEventArgs
TimerElapsedEventHandler.{BeginInvoke(), Invoke()}