ActivityPreviewDesigner.OnThemeChange(ActivityDesignerTheme) Metodo

Definizione

Notifica all'oggetto ActivityPreviewDesigner la modifica del tema associato.

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

Parametri

newTheme
ActivityDesignerTheme

ActivityDesignerTheme contenente le impostazioni aggiornate relative alle proprietà del tema.

Commenti

OnThemeChange non solo aggiorna le impostazioni delle proprietà del tema relative a ActivityPreviewDesigner, ma esegue anche il rendering delle nuove impostazioni nella finestra di anteprima.

Si applica a