ActivityDesigner.OnThemeChange(ActivityDesignerTheme) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Notifica alla finestra di progettazione che il tema associato è stato modificato.
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)
Parametri
- newTheme
- ActivityDesignerTheme
Oggetto ActivityDesignerTheme che contiene i dati dell'evento.