AxHost::ICustomTypeDescriptor::GetDefaultEvent Method ()
.NET Framework (current version)
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.
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.
Implements
ICustomTypeDescriptor::GetDefaultEvent()
.NET Framework
Available since 1.1
Available since 1.1
Show: