CompositeActivityDesigner.OnThemeChange(ActivityDesignerTheme) Método

Definición

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

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

Objeto ActivityDesignerTheme que contiene los datos del evento.

Comentarios

OnThemeChange se produce siempre que el tema asociado al diseñador cambie. Cuando el tema cambia, es probable que la apariencia y el funcionamiento del diseñador necesiten cambiar.

Se aplica a