Visual Basic (Declaration) | |
---|---|
Public Event CurrentDesignerChanged() As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler CurrentDesignerChanged() |
Managed Extensions for C++ | |
---|---|
public: __event EventHandler* CurrentDesignerChanged(); |
C++/CLI | |
---|---|
public: event EventHandler^ CurrentDesignerChanged(); |
For an example, refer to CurrentDesigner.
At any given time, the AnnAutomation can have a working AnnDesigner derived object as follows:
Designer Base Class | Notes |
---|---|
null (Nothing in Visual Basic) | (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 property 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 an AnnDrawDesigner derived class and subscribe to the Draw event and so forth.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family