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( _ ByVal descr As MemberDescriptor, _ ByVal attrs() As MemberAttribute _ ) [C#] protected EventDescriptor( MemberDescriptor descr, MemberAttribute[] attrs ); [C++] protected: EventDescriptor( MemberDescriptor* descr, MemberAttribute* attrs[] ); [JScript] protected function EventDescriptor( descr : MemberDescriptor, attrs : MemberAttribute[] );
This constructor appends the attributes in the MemberAttribute array to the attributes in the MemberDescriptor.
EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | EventDescriptor Constructor Overload List