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

öğesinin koleksiyona eklenip eklenmediğini veya koleksiyondan kaldırıldığını belirten bir DesignerActionList değer.

actionLists
DesignerActionListCollection

Eylem uygulandıktan sonra liste öğelerinin koleksiyonu.

Açıklamalar

Olay DesignerActionListsChanged için relatedObject parametresi her zaman ile ilişkilendirilen öğesine Component başvururDesignerActionListCollection.

Şunlara uygulanır

Ayrıca bkz.