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