Bagikan melalui


DesignerActionListsChangedEventArgs Konstruktor

Definisi

Menginisialisasi instans baru kelas DesignerActionListsChangedEventArgs.

public:
 DesignerActionListsChangedEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionListsChangedType changeType, System::ComponentModel::Design::DesignerActionListCollection ^ actionLists);
public DesignerActionListsChangedEventArgs (object relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection actionLists);
public DesignerActionListsChangedEventArgs (object? relatedObject, System.ComponentModel.Design.DesignerActionListsChangedType changeType, System.ComponentModel.Design.DesignerActionListCollection? actionLists);
new System.ComponentModel.Design.DesignerActionListsChangedEventArgs : obj * System.ComponentModel.Design.DesignerActionListsChangedType * System.ComponentModel.Design.DesignerActionListCollection -> System.ComponentModel.Design.DesignerActionListsChangedEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionListsChangedType, actionLists As DesignerActionListCollection)

Parameter

relatedObject
Object

Objek yang terkait dengan koleksi.

changeType
DesignerActionListsChangedType

Nilai yang menentukan apakah DesignerActionList telah ditambahkan atau dihapus dari koleksi.

actionLists
DesignerActionListCollection

Kumpulan elemen daftar setelah tindakan diterapkan.

Keterangan

Untuk peristiwa tersebut DesignerActionListsChanged , relatedObject parameter akan selalu mereferensikan Component yang DesignerActionListCollection terkait dengannya.

Berlaku untuk

Lihat juga