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[] );
EventDescriptor Class | EventDescriptor Members | System.ComponentModel Namespace | EventDescriptor Constructor Overload List