Share via


DesignerActionListsChangedEventArgs Konstruktor

Definice

Inicializuje novou instanci DesignerActionListsChangedEventArgs třídy.

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

Objekt, který je přidružen ke kolekci.

changeType
DesignerActionListsChangedType

Hodnota, která určuje, zda DesignerActionList byla přidána nebo odebrána z kolekce.

actionLists
DesignerActionListCollection

Kolekce prvků seznamu po použití akce

Poznámky

Pro událost DesignerActionListsChangedrelatedObject bude parametr vždy odkazovat na Component to, ke DesignerActionListCollection kterému je přidružená.

Platí pro

Viz také