Version

ExportStartedEventArgs Constructor

Creates a new ExportStartedEventArgs instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal layout As Infragistics.Win.UltraWinGrid.UltraGridLayout, _
   ByVal rows As Infragistics.Win.UltraWinGrid.RowsCollection, _
   ByVal wordDocumentWriter As Infragistics.Documents.Word.WordDocumentWriter _
)
public ExportStartedEventArgs( 
   Infragistics.Win.UltraWinGrid.UltraGridLayout layout,
   Infragistics.Win.UltraWinGrid.RowsCollection rows,
   Infragistics.Documents.Word.WordDocumentWriter wordDocumentWriter
)

Parameters

layout
A cloned Infragistics.Win.UltraWinGrid.UltraGridLayout of the grid being exported.
rows
The root Infragistics.Win.UltraWinGrid.RowsCollection of the grid being exported.
wordDocumentWriter
The WordDocumentWriter class which is being used to write the grid to the destination.
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