Version

InitializeGanttView Event

Invoked when an UltraGanttView control is created for the print operation.
Syntax
'Declaration
 
Public Event InitializeGanttView As InitializeGanttViewEventHandler
public event InitializeGanttViewEventHandler InitializeGanttView
Event Data

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

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

The control's PrimaryInterval determines the level of detail of the printed output.

The UltraGanttViewPrintDocument creates and instance of the GanttView control in order to render the GanttView information to the printer. When the control is created, it is initialized based on the GanttView property and then the associated initialize event (e.g. InitializeGanttView) 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