|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | DesignerEventService (IDesignerHost) |
Constructor of the DesignerEventService class |
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. |
Options | Name | Purpose | |
---|---|---|---|
+ | System.ComponentModel.Design.IDesignerHost ActiveDesigner |
Gets the root designer for the currently active document. |
|
+ | System.ComponentModel.Design.DesignerCollection Designers |
Gets a collection of root designers for design documents that are
currently active in the development environment. |
Top
PUBLIC DesignerEventService (IDesignerHost)
|
---|
PUBLIC ActiveDesignerChanged DELEGATE System.ComponentModel.Design.ActiveDesignerEventHandler
|
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DesignerCreated DELEGATE System.ComponentModel.Design.DesignerEventHandler
|
||||||||||
PUBLIC DesignerDisposed DELEGATE System.ComponentModel.Design.DesignerEventHandler
|
||||||||||
PUBLIC SelectionChanged DELEGATE System.EventHandler
|
PUBLIC System.ComponentModel.Design.IDesignerHost ActiveDesigner
|
||||||||||
---|---|---|---|---|---|---|---|---|---|---|
PUBLIC System.ComponentModel.Design.DesignerCollection Designers
|