DesignerActionUIStateChangeEventArgs Constructor

Definición

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

Objeto que está asociado al panel.

changeType
DesignerActionUIStateChangeType

Valor que especifica si se muestra u oculta el panel.

Comentarios

Para el DesignerActionListsChanged evento, el relatedObject parámetro siempre hace referencia al System.ComponentModel.Component objeto al que está asociado el panel.

Se aplica a

Consulte también