EventBindingService::IEventBindingService::GetEventProperty Method (EventDescriptor^)

 

Converts a single event descriptor to a property descriptor.

Namespace:   System.ComponentModel.Design
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
Return to top
Show: