| Mobiform Software - Aurora API Documentation |
|
LogicalTreeElementExpandingEventHandler Delegate
Triggered when a tree item is about to expand, allows the operation to be overridden
public delegate void LogicalTreeElementExpandingEventHandler(
DependencyObject dependencyObject,
ref
Boolean& bAllowExpand);
Parameters
-
dependencyObject
- the tree item expanding
-
bAllowExpand
- true, allow node expansion; false, deny node expansion
Requirements
Namespace:
Aurora.Interfaces
Assembly: AuroraInterfaces (in AuroraInterfaces.dll)
See Also
Aurora.Interfaces Namespace