Version

InitializeTree Event

Invoked when an UltraTree control is created for the print operation.
Syntax
'Declaration
 
Public Event InitializeTree As InitializeTreeEventHandler
public event InitializeTreeEventHandler InitializeTree
Event Data

The event handler receives an argument of type InitializeTreeEventArgs containing data related to this event. The following InitializeTreeEventArgs properties provide information specific to this event.

PropertyDescription
Control Returns the Infragistics.Win.UltraWinTree.UltraTree control that will be used for the print operation.
Remarks

The UltraTreePrintDocument creates and instance of the Tree control in order to render the Tree information to the printer. When the control is created, it is initialized based on the Tree property and then the associated initialize event (e.g. InitializeTree) is invoked to allow any further customizations to the control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also