1 instantiation of TimerElapsedEventArgs
System (1)
compmod\microsoft\win32\SystemEvents.cs (1)
1019
RaiseEvent(OnTimerElapsedEvent, this, new
TimerElapsedEventArgs
(wParam));
2 references to TimerElapsedEventArgs
System (2)
compmod\microsoft\win32\TimerElapsedEvenArgs.cs (1)
22
/// <para>Initializes a new instance of the <see cref='Microsoft.Win32.
TimerElapsedEventArgs
'/> class.</para>
compmod\microsoft\win32\TimerElapsedEventHandler.cs (1)
18
public delegate void TimerElapsedEventHandler(object sender,
TimerElapsedEventArgs
e);