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!

OccurredEventArgs Class

Provides data for the System.Timers.Schedule.Occurred event.

Object
   EventArgs
      OccurredEventArgs

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Timers

Assembly: System.Timers.dll

See Also

OccurredEventArgs Members | System.Timers Namespace | OccurredEventHandler