DesignerActionListsChangedEventArgs Construtor

Definição

Inicializa uma nova instância da DesignerActionListsChangedEventArgs classe.

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);
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

O objeto associado à coleção.

changeType
DesignerActionListsChangedType

Um valor que especifica se a DesignerActionList foi adicionado ou removido da coleção.

actionLists
DesignerActionListCollection

A coleção de elementos da lista após a aplicação da ação.

Observações

Para o DesignerActionListsChanged evento, o relatedObject parâmetro irá sempre referenciar o Component que o DesignerActionListCollection está associado a .

Aplica-se a

Ver também