Aracılığıyla paylaş


DesignerActionListsChangedEventArgs Oluşturucu

Tanım

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.

Şunlara uygulanır

Ayrıca bkz.