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 (String, MemberAttribute[])

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

[Visual Basic]
Overloads Protected Sub New( _
   ByVal name As String, _
   ByVal attrs() As MemberAttribute _
)
[C#]
protected EventDescriptor(
   string name,
   MemberAttribute[] attrs
);
[C++]
protected: EventDescriptor(
   String* name,
   MemberAttribute* attrs[]
);
[JScript]
protected function EventDescriptor(
   name : String,
   attrs : MemberAttribute[]
);

Parameters

name
The name of the event.
attrs
An array of type MemberAttribute that contains the event attributes.

See Also

EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | EventDescriptor Constructor Overload List