IEventBindingService::GetEventProperties Method (EventDescriptorCollection^)
.NET Framework (current version)
Converts a set of event descriptors to a set of property descriptors.
Assembly: System (in System.dll)
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
Available since 1.1
Show: