DesignerActionListsChangedEventArgs Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.