DesignerActionUIStateChangeEventArgs Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

relatedObject
Object

Oggetto associato al pannello.

changeType
DesignerActionUIStateChangeType

Valore che specifica se il pannello viene visualizzato o nascosto.

Commenti

Per l'evento, il relatedObject parametro fa sempre riferimento all'oggetto DesignerActionListsChangedSystem.ComponentModel.Component a cui è associato il pannello.

Si applica a

Vedi anche