ElapsedEventHandler

ElapsedEventHandlerserializable

System.Timers (system.dll)delegate

This delegate is used for the Timer.Elapsed event.

public delegate void ElapsedEventHandler(object sender, ElapsedEventArgs e);

Associated Events

Timer.Elapsed( )



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