The CurrentDesignerChanged Event is available in LEADTOOLS Document and Medical Imaging toolkits.
Occurs when the current designer has changed.
Syntax
Visual Basic (Declaration) | |
---|
Public Event CurrentDesignerChanged As EventHandler |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAutomation
Dim handler As EventHandler
AddHandler instance.CurrentDesignerChanged, handler |
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also