Bagikan melalui


TypeDescriptor.CreateEvent Metode

Definisi

Membuat deskriptor peristiwa baru yang identik dengan deskriptor peristiwa yang ada.

Overload

CreateEvent(Type, EventDescriptor, Attribute[])

Membuat deskriptor peristiwa baru yang identik dengan deskriptor peristiwa yang ada, ketika melewati yang sudah ada EventDescriptor.

CreateEvent(Type, String, Type, Attribute[])

Membuat deskriptor peristiwa baru yang identik dengan deskriptor peristiwa yang ada dengan menghasilkan informasi deskriptor secara dinamis dari peristiwa tertentu pada jenis.

CreateEvent(Type, EventDescriptor, Attribute[])

Sumber:
TypeDescriptor.cs
Sumber:
TypeDescriptor.cs
Sumber:
TypeDescriptor.cs

Membuat deskriptor peristiwa baru yang identik dengan deskriptor peristiwa yang ada, ketika melewati yang sudah ada EventDescriptor.

public:
 static System::ComponentModel::EventDescriptor ^ CreateEvent(Type ^ componentType, System::ComponentModel::EventDescriptor ^ oldEventDescriptor, ... cli::array <Attribute ^> ^ attributes);
public static System.ComponentModel.EventDescriptor CreateEvent (Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params Attribute[] attributes);
static member CreateEvent : Type * System.ComponentModel.EventDescriptor * Attribute[] -> System.ComponentModel.EventDescriptor
Public Shared Function CreateEvent (componentType As Type, oldEventDescriptor As EventDescriptor, ParamArray attributes As Attribute()) As EventDescriptor

Parameter

componentType
Type

Jenis komponen untuk membuat peristiwa baru.

oldEventDescriptor
EventDescriptor

Informasi peristiwa yang ada.

attributes
Attribute[]

Atribut baru.

Mengembalikan

EventDescriptor Baru yang telah menggabungkan atribut metadata yang ditentukan dengan atribut metadata yang ada.

Lihat juga

Berlaku untuk

CreateEvent(Type, String, Type, Attribute[])

Sumber:
TypeDescriptor.cs
Sumber:
TypeDescriptor.cs
Sumber:
TypeDescriptor.cs

Membuat deskriptor peristiwa baru yang identik dengan deskriptor peristiwa yang ada dengan menghasilkan informasi deskriptor secara dinamis dari peristiwa tertentu pada jenis.

public:
 static System::ComponentModel::EventDescriptor ^ CreateEvent(Type ^ componentType, System::String ^ name, Type ^ type, ... cli::array <Attribute ^> ^ attributes);
public static System.ComponentModel.EventDescriptor CreateEvent (Type componentType, string name, Type type, params Attribute[] attributes);
static member CreateEvent : Type * string * Type * Attribute[] -> System.ComponentModel.EventDescriptor
Public Shared Function CreateEvent (componentType As Type, name As String, type As Type, ParamArray attributes As Attribute()) As EventDescriptor

Parameter

componentType
Type

Jenis komponen tempat peristiwa berada.

name
String

Nama peristiwa.

type
Type

Jenis delegasi yang menangani peristiwa.

attributes
Attribute[]

Atribut untuk peristiwa ini.

Mengembalikan

Yang EventDescriptor terikat dengan jenis.

Lihat juga

Berlaku untuk