EventBindingService::IEventBindingService::GetEventProperty Method (EventDescriptor^)
.NET Framework (current version)
Converts a single event descriptor to a property descriptor.
Assembly: System.Design (in System.Design.dll)
private: virtual PropertyDescriptor^ GetEventProperty( EventDescriptor^ e ) sealed = IEventBindingService::GetEventProperty
Parameters
- e
-
Type:
System.ComponentModel::EventDescriptor^
The event to convert.
Return Value
Type: System.ComponentModel::PropertyDescriptor^A PropertyDescriptor that describes the event.
| Exception | Condition |
|---|---|
| ArgumentNullException | e is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: