DekGenius.com
[ Team LiB ] Previous Section Next Section

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( )}

    [ Team LiB ] Previous Section Next Section