DesignerActionListsChangedEventArgs Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
DesignerActionListsChangedEventArgs sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- relatedObject
- Object
Koleksiyonla ilişkili nesne.
- changeType
- DesignerActionListsChangedType
bir öğesinin koleksiyona eklenip eklenmediğini veya koleksiyondan kaldırılıp kaldırılmadığını belirten bir DesignerActionList değer.
- actionLists
- DesignerActionListCollection
Eylem uygulandıktan sonra liste öğelerinin koleksiyonu.
Açıklamalar
Olay relatedObject
için DesignerActionListsChanged parametresi her zaman ile ilişkilendirilen öğesine DesignerActionListCollection başvururComponent.