DesignerActionUIStateChangeEventArgs Construtor

Definição

Inicializa uma nova instância da DesignerActionUIStateChangeEventArgs classe.

public:
 DesignerActionUIStateChangeEventArgs(System::Object ^ relatedObject, System::ComponentModel::Design::DesignerActionUIStateChangeType changeType);
public DesignerActionUIStateChangeEventArgs(object relatedObject, System.ComponentModel.Design.DesignerActionUIStateChangeType changeType);
public DesignerActionUIStateChangeEventArgs(object? relatedObject, System.ComponentModel.Design.DesignerActionUIStateChangeType changeType);
new System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs : obj * System.ComponentModel.Design.DesignerActionUIStateChangeType -> System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs
Public Sub New (relatedObject As Object, changeType As DesignerActionUIStateChangeType)

Parâmetros

relatedObject
Object

O objeto associado ao painel.

changeType
DesignerActionUIStateChangeType

Um valor que especifica se o painel está a ser exibido ou escondido.

Observações

Para o DesignerActionListsChanged evento, o relatedObject parâmetro refere-se sempre ao System.ComponentModel.Component que o painel está associado.

Aplica-se a

Ver também