ActivityDesigner.OnThemeChange(ActivityDesignerTheme) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Notifica o designer que o tema associado mudou.
protected:
virtual void OnThemeChange(System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ newTheme);
protected virtual void OnThemeChange(System.Workflow.ComponentModel.Design.ActivityDesignerTheme newTheme);
abstract member OnThemeChange : System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> unit
override this.OnThemeChange : System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> unit
Protected Overridable Sub OnThemeChange (newTheme As ActivityDesignerTheme)
Parâmetros
- newTheme
- ActivityDesignerTheme
E ActivityDesignerTheme que contém os dados do evento.