ActivityDesigner.OnThemeChange(ActivityDesignerTheme) Método

Definición

Notifica al diseñador que su tema asociado ha cambiado.

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

Objeto ActivityDesignerTheme que contiene los datos del evento.

Se aplica a