IEventBindingService.GetEventProperties(EventDescriptorCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a set of event descriptors to a set of property descriptors.
public:
System::ComponentModel::PropertyDescriptorCollection ^ GetEventProperties(System::ComponentModel::EventDescriptorCollection ^ events);
public System.ComponentModel.PropertyDescriptorCollection GetEventProperties (System.ComponentModel.EventDescriptorCollection events);
abstract member GetEventProperties : System.ComponentModel.EventDescriptorCollection -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetEventProperties (events As EventDescriptorCollection) As PropertyDescriptorCollection
Parameters
- events
- EventDescriptorCollection
The events to convert to properties.
Returns
An array of PropertyDescriptor objects that describe the event set.
Remarks
Each returned PropertyDescriptor has a PropertyType of string.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.