Initializes a new instance of the EventDescriptor class.
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[]);
EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace