ActivityPreviewDesigner.OnThemeChange(ActivityDesignerTheme) Método

Definição

Notifica o ActivityPreviewDesigner que o tema associado foi alterado.Notifies the ActivityPreviewDesigner that its associated theme has changed.

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)

Parâmetros

newTheme
ActivityDesignerTheme

O ActivityDesignerTheme que contém as configurações de propriedade do tema atualizado.The ActivityDesignerTheme that contains the updated theme property settings.

Comentários

OnThemeChange Não apenas atualiza as configurações de Propriedade do tema para ActivityPreviewDesigner , ele também renderiza as novas configurações para a janela de visualização.OnThemeChange not only updates the theme property settings for ActivityPreviewDesigner, it also renders the new settings to the preview window.

Aplica-se a