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 (Type^)
.NET Framework (current version)
Returns the default event for the specified type of component.
Assembly: System (in System.dll)
Parameters
- componentType
-
Type:
System::Type^
The Type of the target component.
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. |
Call this version of this method only when you do not have an instance of the object.
.NET Framework
Available since 1.1
Available since 1.1
Show: