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 contenente i dati dell'evento.

Commenti

OnThemeChange si verifica ogni volta che il tema associato alla finestra di progettazione cambia. Quando il tema cambia è probabile che l'aspetto della finestra di progettazione debba cambiare.

Si applica a