mscorlib(4.0.0.0) API with additions
|
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... | |
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.
sender | The source of the event. |
e | An T:System.Timers.ElapsedEventArgs object that contains the event data. |