Click or drag to resize
AB4D logo

VisualChildrenChangedEventArgs Class

ParentChangedEventArgs contains VisualAdded and VisualRemoved properties.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.CommonVisualChildrenChangedEventArgs

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class VisualChildrenChangedEventArgs : EventArgs

The VisualChildrenChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodVisualChildrenChangedEventArgs Constructor
Top
Properties
 NameDescription
Public propertyVisualAdded Visual that was added
Public propertyVisualRemoved Visual that was removed
Top
See Also