IEventBindingService::GetEventProperties Method (EventDescriptorCollection^)

 

Converts a set of event descriptors to a set of property descriptors.

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

PropertyDescriptorCollection^ GetEventProperties(
	EventDescriptorCollection^ events
)

Parameters

events
Type: System.ComponentModel::EventDescriptorCollection^

The events to convert to properties.

Return Value

Type: System.ComponentModel::PropertyDescriptorCollection^

An array of PropertyDescriptor objects that describe the event set.

Each returned PropertyDescriptor has a PropertyType of string.

.NET Framework
Available since 1.1
Return to top
Show: