(Leadtools.Annotations.Automation)

CurrentDesignerChanged Event

Show in webframe




Occurs when the current designer has been changed.
Syntax
public event EventHandler CurrentDesignerChanged
public event EventHandler CurrentDesignerChanged

            
public void addCurrentDesignerChangedListener(AnnEventListener listener)
public void removeCurrentDesignerChangedListener(AnnEventListener listener)
            
add_CurrentDesignerChanged(function(sender, e))
remove_CurrentDesignerChanged(function(sender, e))

Remarks
At any given time, the AnnAutomation object can have a working AnnDesigner-derived object as follows:
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.

This event allows you to hook into the current designer and change or monitor its status while it is running. For example, you can determine if CurrentDesigner is a Leadtools.Annotations.Designers.AnnDrawDesigner derived class and subscribe to the AnnDrawDesigner.Draw event and so forth.

Alternatively, you can subscribe to this AnnAutomation's object Draw, Edit or Run events directly. This object will hook these events to the corresponding designer event automatically.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.