Mobiform Software - Aurora API Documentation

LogicalTreeElementAddedEventHandler Delegate

Triggered when a new element has been added to the logical tree, allows the initial expanded state to be overridden

public delegate void LogicalTreeElementAddedEventHandler(
   DependencyObject dependencyObject,
   ref Boolean& bExpanded
);

Parameters

dependencyObject
the added new element
bExpanded
true, expand logical tree node; false, do not expand logical tree node

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace