DesignerActionListsChangedEventArgs Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

relatedObject
Object

Obiekt skojarzony z kolekcją.

changeType
DesignerActionListsChangedType

Wartość określająca, czy DesignerActionList element został dodany, czy usunięty z kolekcji.

actionLists
DesignerActionListCollection

Kolekcja elementów listy po zastosowaniu akcji.

Uwagi

W przypadku DesignerActionListsChanged zdarzenia relatedObject parametr zawsze odwołuje się do Component skojarzonego z nim parametru DesignerActionListCollection .

Dotyczy

Zobacz też