DesignerActionUIStateChangeEventArgs Construtor

Definição

Inicializa uma nova instância da classe DesignerActionUIStateChangeEventArgs.

public:
 DesignerActionUIStateChangeEventArgs(System::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á sendo exibido ou oculto.

Comentários

Para o DesignerActionListsChanged evento , o relatedObject parâmetro sempre faz referência ao System.ComponentModel.Component ao qual o painel está associado.

Aplica-se a

Confira também