←Select platform
In This Topic ▼

CurrentDesignerChanged Event

Summary
Occurs when the current designer has been changed.
Syntax
C#
VB
C++
Java
public event EventHandler CurrentDesignerChanged 
Public Overridable Event CurrentDesignerChanged As EventHandler 
public void addCurrentDesignerChangedListener(AnnEventListener listener) 
public void removeCurrentDesignerChangedListener(AnnEventListener listener)      
public:  
   event EventHandler^ CurrentDesignerChanged 
Designer Base Class Notes
null

(Design and Run user mode) No designer is currently active.

AnnDrawDesigner

(Design user mode) The AnnAutomation is currently drawing or about to draw a new object.

AnnEditDesigner

(Design user mode) One or more objects are currently being edited or are about to be edited.

AnnRunDesigner

(Run user mode) An object is currently being run or about to be run.

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.