←Select platform

ActiveContainerChanged Event

Summary

Occurs when the active container of this object is changed.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public event EventHandler ActiveContainerChanged 
Public Event ActiveContainerChanged As EventHandler 
public event EventHandler ActiveContainerChanged 
-(void) automation:(LTAnnAutomation*) automation activeContainerChangedWithArgs:(LTEventArgs*) e; 
public void addActiveContainerChangedListener(EventArgs listener) 
public void removeActiveContainerChangedListener(EventArgs listener) 
             
add_ActiveContainerChanged(function(sender, e)) 
remove_ActiveContainerChanged(function(sender, e)) 
public:  
   event EventHandler^ ActiveContainerChanged 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly