EventBindingService::IEventBindingService::GetEventProperties Method (EventDescriptorCollection^)
.NET Framework (current version)
Converts a set of event descriptors to a set of property descriptors.
Assembly: System.Design (in System.Design.dll)
private: virtual PropertyDescriptorCollection^ GetEventProperties( EventDescriptorCollection^ events ) sealed = IEventBindingService::GetEventProperties
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | events is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: