C # in a Nutshell, Second Edition

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

Категории