DekGenius.com
[ Team LiB ] Previous Section Next Section

TimerElapsedEventHandlerserializable

Microsoft.Win32 (system.dll)delegate

This delegate defines the signature an event handler must use to receive the SystemEvents.TimerElapsed event. This event is raised whenever a windows timer interval expires.

public delegate void TimerElapsedEventHandler(object sender, TimerElapsedEventArgs e);

Associated Events

SystemEvents.TimerElapsed( )

    [ Team LiB ] Previous Section Next Section