EventBindingService::IEventBindingService::GetEventProperties Method (EventDescriptorCollection^)

 

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

Namespace:   System.ComponentModel.Design
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
Return to top
Show: