Mobiform Software - Aurora API Documentation

RootChangingEventHandler Delegate

Event indicating the user wants to begin editing the specified object as the root of a new editor bAllowChange can be used to stop the tree from setting it as the new root if the process fails or is cancelled

public delegate void RootChangingEventHandler(
   DependencyObject dependencyObject,
   ref Boolean& bAllowChange
);

Parameters

dependencyObject
new root
bAllowChange
override

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace