[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section