Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
OnVisualChildrenChanged Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnGroupObject Class : OnVisualChildrenChanged Method



visualAdded
The Visual that was added to the collection.
visualRemoved
The Visual that was removed from the collection.
visualAdded
The Visual that was added to the collection.
visualRemoved
The Visual that was removed from the collection.
Called when the Children of the group object is modified.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub OnVisualChildrenChanged( _
   ByVal visualAdded As DependencyObject, _
   ByVal visualRemoved As DependencyObject _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnGroupObject
Dim visualAdded As DependencyObject
Dim visualRemoved As DependencyObject
 
instance.OnVisualChildrenChanged(visualAdded, visualRemoved)
C# 
protected override void OnVisualChildrenChanged( 
   DependencyObject visualAdded,
   DependencyObject visualRemoved
)
C++/CLI 
protected:
void OnVisualChildrenChanged( 
   DependencyObject visualAdded,
   DependencyObject visualRemoved
) override 

Parameters

visualAdded
The Visual that was added to the collection.
visualRemoved
The Visual that was removed from the collection.

Remarks

For more information, refer to OnVisualChildrenChanged

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

OnVisualChildrenChanged requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.