Method GetEvent
- Namespace
 - Alternet.FormDesigner.WinForms
 
- Assembly
 - Alternet.FormDesigner.v10.dll
 
GetEvent(PropertyDescriptor)
For properties that are representing events, this will return the event that the property represents.
public EventDescriptor GetEvent(PropertyDescriptor property)
Parameters
propertyPropertyDescriptorInformation about property.
Returns
- EventDescriptor
 EventDescriptorif succeed; otherwise null.