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!

EventInfo Constructor

Initializes an instance of the EventInfo class with a given parameter count.

[Visual Basic]
Protected Sub New()
[C#]
protected EventInfo();
[C++]
protected: EventInfo();
[JScript]
protected function EventInfo();

Remarks

This EventInfo constructor assigns an inital value to this instance of the EventInfo class with a given parameter count.

See Also

EventInfo Class | EventInfo Members | System.Reflection Namespace