ElapsedEventArgs

ElapsedEventArgs

System.Timers (system.dll)class

This class offers the arguments for an ElapsedEventHandler.

public class ElapsedEventArgs : EventArgs {
// Public Instance Properties
   public DateTime SignalTime{get; }
}

Hierarchy

System.Object System.EventArgs ElapsedEventArgs

Passed To

ElapsedEventHandler.{BeginInvoke( ), Invoke( )}



    Part II: Programming with the .NET Framework
    Part IV: API Quick Reference
    Chapter 26. System