TypeDescriptor::CreateEvent Method
.NET Framework (current version)
Creates a new event descriptor that is identical to an existing event descriptor.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateEvent(Type^, EventDescriptor^, array<Attribute^>^) | Creates a new event descriptor that is identical to an existing event descriptor, when passed the existing EventDescriptor. |
![]() ![]() | CreateEvent(Type^, String^, Type^, array<Attribute^>^) | Creates a new event descriptor that is identical to an existing event descriptor by dynamically generating descriptor information from a specified event on a type. |
Show:

