Comparteix a través de


DesignerActionListsChangedEventArgs Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

relatedObject
Object

Objeto asociado a la colección.

changeType
DesignerActionListsChangedType

Valor que especifica si se ha agregado o quitado un DesignerActionList elemento de la colección.

actionLists
DesignerActionListCollection

Colección de elementos de lista después de aplicar la acción.

Comentarios

Para el DesignerActionListsChanged evento, el relatedObject parámetro siempre hará referencia al Component objeto al que DesignerActionListCollection está asociado.

Se aplica a

Consulte también