Namespace: Consultingwerk.Design
Class 
DesignerEventService Copy to Clipboard
Parent classes:
Inherits: System.Object
Implements: System.ComponentModel.Design.IDesignerEventService

File:DesignerEventService
Purpose:Provides event notifications when root designers are added
and removed, when a selected component changes, and when
the current root designer changes.
Description:Part of the .NET VisualDesigner infrastructure
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Tue Jul 13 00:32:08 CEST 2010
Notes:http://msdn.microsoft.com/en-us/library/system.componentmodel.design.idesignereventservice.aspx
Purpose: Occurs when the current root designer changes.
Notes:


Top Constructor Summary
Options Name Purpose
+ DesignerEventService (IDesignerHost) Constructor of the DesignerEventService class

Top Event Summary
Options Name Purpose
+ ActiveDesignerChanged DELEGATE System.ComponentModel.Design.ActiveDesignerEventHandler Occurs when the current root designer changes.
+ DesignerCreated DELEGATE System.ComponentModel.Design.DesignerEventHandler Occurs when a root designer is created.
+ DesignerDisposed DELEGATE System.ComponentModel.Design.DesignerEventHandler Occurs when a root designer for a document is disposed.
+ SelectionChanged DELEGATE System.EventHandler Occurs when the current design-view selection changes.

Top Property Summary
Options Name Purpose
+ System.ComponentModel.Design.IDesignerHost ActiveDesigner
+ System.ComponentModel.Design.DesignerCollection Designers


Constructor Detail
Top

PUBLIC DesignerEventService (IDesignerHost)

Purpose: Constructor of the DesignerEventService class
Notes:

Parameters:
poDesignerHost System.ComponentModel.Design.IDesignerHost
The Visual Designer Host


Event Detail
Top

PUBLIC ActiveDesignerChanged DELEGATE System.ComponentModel.Design.ActiveDesignerEventHandler

Purpose: Occurs when the current root designer changes.
Notes:

Delegate: System.ComponentModel.Design.ActiveDesignerEventHandler
Top

PUBLIC DesignerCreated DELEGATE System.ComponentModel.Design.DesignerEventHandler

Purpose: Occurs when a root designer is created.
Notes:

Delegate: System.ComponentModel.Design.DesignerEventHandler
Top

PUBLIC DesignerDisposed DELEGATE System.ComponentModel.Design.DesignerEventHandler

Purpose: Occurs when a root designer for a document is disposed.
Notes:

Delegate: System.ComponentModel.Design.DesignerEventHandler
Top

PUBLIC SelectionChanged DELEGATE System.EventHandler

Purpose: Occurs when the current design-view selection changes.
Notes:

Delegate: System.EventHandler


Property Detail
Top

PUBLIC System.ComponentModel.Design.IDesignerHost ActiveDesigner


Returns System.ComponentModel.Design.IDesignerHost
Top

PUBLIC System.ComponentModel.Design.DesignerCollection Designers


Returns System.ComponentModel.Design.DesignerCollection


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       27.03.2024 00:27:08