CompositeActivityDesigner.OnThemeChange(ActivityDesignerTheme) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Notifica o designer de que o tema associado foi alterado.
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)
Parâmetros
- designerTheme
- ActivityDesignerTheme
Um ActivityDesignerTheme que contém os dados do evento.
Comentários
OnThemeChange ocorre sempre que o tema associado ao designer é alterado. Quando o tema muda, é provável que a aparência do designer precise mudar.