AxHost::ICustomTypeDescriptor::GetDefaultEvent Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the default event for the current object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

private:
virtual EventDescriptor^ GetDefaultEvent() sealed = ICustomTypeDescriptor::GetDefaultEvent

Return Value

Type: System.ComponentModel::EventDescriptor^

An EventDescriptor that represents the default event for the current object, or null if the object does not have events.

.NET Framework
Available since 1.1
Return to top
Show: