TypeDescriptor::GetDefaultEvent Method (Object^)
.NET Framework (current version)
Returns the default event for the specified component.
Assembly: System (in System.dll)
Parameters
- component
-
Type:
System::Object^
The component to get the event for.
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. |
This method is equivalent to the overloaded GetDefaultEvent(Object^, Boolean) method with a second parameter of false.
.NET Framework
Available since 1.1
Available since 1.1
Show: