EventDescriptor Constructor (String^, array<Attribute^>^)

 

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

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
EventDescriptor(
	String^ name,
	array<Attribute^>^ attrs
)

Parameters

name
Type: System::String^

The name of the event.

attrs
Type: array<System::Attribute^>^

An array of type Attribute that contains the event attributes.

.NET Framework
Available since 1.1
Return to top
Show: