The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TypeDescriptor::GetDefaultEvent Method (Object^, Boolean)
.NET Framework (current version)
Returns the default event for a component with a custom type descriptor.
Assembly: System (in System.dll)
public: static EventDescriptor^ GetDefaultEvent( Object^ component, bool noCustomTypeDesc )
Parameters
- component
-
Type:
System::Object^
The component to get the event for.
- noCustomTypeDesc
-
Type:
System::Boolean
true to consider custom type description information; otherwise, false.
Return Value
Type: System.ComponentModel::EventDescriptor^An EventDescriptor with the default event, or null if there are no events.
| Exception | Condition |
|---|---|
| ArgumentNullException | component is null. |
| NotSupportedException | component is a cross-process remoted object. |
.NET Framework
Available since 1.1
Available since 1.1
Show: