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);
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 asociado al panel.

changeType
DesignerActionUIStateChangeType

Valor que especifica si el panel se muestra u oculta.

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