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!

EventDescriptor Constructor

Initializes a new instance of the EventDescriptor class.

Overload List

Initializes a new instance of the EventDescriptor class with the specified name and attribute array.

[Visual Basic] Overloads Protected Sub New(String, MemberAttribute())
[C#] protected EventDescriptor(String, MemberAttribute[]);
[C++] protected: EventDescriptor(String*, MemberAttribute[]);
[JScript] protected function EventDescriptor(String, MemberAttribute[]);

Initializes a new instance of the EventDescriptor class with the name and attributes in the specified MemberDescriptor.

[Visual Basic] Overloads Protected Sub New(MemberDescriptor)
[C#] protected EventDescriptor(MemberDescriptor);
[C++] protected: EventDescriptor(MemberDescriptor*);
[JScript] protected function EventDescriptor(MemberDescriptor);

Initializes a new instance of the EventDescriptor class with the name in the specified MemberDescriptor and the attributes in both the MemberDescriptor and the MemberAttribute array.

[Visual Basic] Overloads Protected Sub New(MemberDescriptor, MemberAttribute())
[C#] protected EventDescriptor(MemberDescriptor, MemberAttribute[]);
[C++] protected: EventDescriptor(MemberDescriptor*, MemberAttribute[]);
[JScript] protected function EventDescriptor(MemberDescriptor, MemberAttribute[]);

See Also

EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace