NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TimerElapsedEventArgs Class

A timer ellapsed event is raised when a windows timer interval has expired.

Object
   EventArgs
      TimerElapsedEventArgs

[Visual Basic]
Public Class TimerElapsedEventArgs
   Inherits EventArgs
[C#]
public class TimerElapsedEventArgs : EventArgs
[C++]
public __gc class TimerElapsedEventArgs : public EventArgs
[JScript]
public class TimerElapsedEventArgs extends EventArgs

Remarks

[To be supplied.]

Requirements

Namespace: System.Core

Assembly: System.dll

See Also

TimerElapsedEventArgs Members | System.Core Namespace