TypeDescriptor.CreateEvent Method (Type, String, Type, Attribute[])
.NET Framework 4
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.
Assembly: System (in System.dll)
[ReflectionPermissionAttribute(SecurityAction.LinkDemand, Flags = ReflectionPermissionFlag.MemberAccess)] public static EventDescriptor CreateEvent( Type componentType, string name, Type type, params Attribute[] attributes )
Parameters
- componentType
- Type: System.Type
The type of the component the event lives on.
- name
- Type: System.String
The name of the event.
- type
- Type: System.Type
The type of the delegate that handles the event.
- attributes
- Type: System.Attribute[]
The attributes for this event.
-
ReflectionPermission
Required to inspect non-public members of the component. Link demand access required for ReflectionPermissionFlag type MemberAccess.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.