ActivityPreviewDesigner.OnThemeChange(ActivityDesignerTheme) Metodo

Definizione

Notifica all'oggetto ActivityPreviewDesigner che il tema associato è stato modificato.

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

Oggetto ActivityDesignerTheme contenente le impostazioni aggiornate delle proprietà del tema.

Commenti

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

Si applica a