TimerElapsedEventArgs public class TimerElapsedEventArgs : EventArgs Provides data for the TimerElapsed event. Documentation Code public IntPtr TimerId { get; } Gets the ID number for the timer. public TimerElapsedEventArgs(IntPtr timerId) Initializes a new instance of the TimerElapsedEventArgs class.