mscorlib(4.0.0.0) API with additions
System.Timers Namespace Reference

Classes

class  ElapsedEventArgs
 Provides data for the E:System.Timers.Timer.Elapsed event. More...
 
class  Timer
 Generates an event after a set interval, with an option to generate recurring events.To browse the .NET Framework source code for this type, see the Reference Source. More...
 
class  TimersDescriptionAttribute
 Sets the description that visual designers can display when referencing an event, extender, or property. More...
 

Functions

delegate void ElapsedEventHandler (object sender, ElapsedEventArgs e)
 Represents the method that will handle the E:System.Timers.Timer.Elapsed event of a T:System.Timers.Timer. More...
 

Function Documentation

◆ ElapsedEventHandler()

delegate void System.Timers.ElapsedEventHandler ( object  sender,
ElapsedEventArgs  e 
)

Represents the method that will handle the E:System.Timers.Timer.Elapsed event of a T:System.Timers.Timer.

Parameters
senderThe source of the event.
eAn T:System.Timers.ElapsedEventArgs object that contains the event data.