EventBindingService.IEventBindingService.GetEventProperties Method

Definition

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

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.Design.IEventBindingService.GetEventProperties(System::ComponentModel::EventDescriptorCollection ^ events) = System::ComponentModel::Design::IEventBindingService::GetEventProperties;
System.ComponentModel.PropertyDescriptorCollection IEventBindingService.GetEventProperties (System.ComponentModel.EventDescriptorCollection events);
abstract member System.ComponentModel.Design.IEventBindingService.GetEventProperties : System.ComponentModel.EventDescriptorCollection -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.Design.IEventBindingService.GetEventProperties : System.ComponentModel.EventDescriptorCollection -> System.ComponentModel.PropertyDescriptorCollection
Function GetEventProperties (events As EventDescriptorCollection) As PropertyDescriptorCollection Implements IEventBindingService.GetEventProperties

Parameters

events
EventDescriptorCollection

The events to convert to properties.

Returns

An array of PropertyDescriptor objects that describe the event set.

Implements

Exceptions

events is null.

Applies to