Condividi tramite


CompositeActivityDesigner.OnThemeChange(ActivityDesignerTheme) Metodo

Definizione

Notifica alla finestra di progettazione che il tema associato è stato modificato.

protected:
 override void OnThemeChange(System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ designerTheme);
protected override void OnThemeChange (System.Workflow.ComponentModel.Design.ActivityDesignerTheme designerTheme);
override this.OnThemeChange : System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> unit
Protected Overrides Sub OnThemeChange (designerTheme As ActivityDesignerTheme)

Parametri

designerTheme
ActivityDesignerTheme

Oggetto ActivityDesignerTheme che contiene i dati dell'evento.

Commenti

Ogni volta che il tema associato alla finestra di progettazione cambia, viene eseguito il metodo OnThemeChange. Quando il tema cambia, anche l'aspetto della finestra di progettazione potrebbe richiedere una modifica.

Si applica a