Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft