IEventBindingService::GetEvent Method (PropertyDescriptor^)
.NET Framework (current version)
Gets an EventDescriptor for the event that the specified property descriptor represents, if it represents an event.
Assembly: System (in System.dll)
Parameters
- property
-
Type:
System.ComponentModel::PropertyDescriptor^
The property that represents an event.
Return Value
Type: System.ComponentModel::EventDescriptor^An EventDescriptor for the event that the property represents, or null if the property does not represent an event.
.NET Framework
Available since 1.1
Available since 1.1
Show: