Version 24.2 (latest)

ExportStartedEventArgs Class Properties

For a list of all members of this type, see ExportStartedEventArgs members.

Public Properties
 NameDescription
Public PropertyExportControlReturns the Infragistics.Windows.DataPresenter.DataPresenterBase created for the export operation whose settings were initialized based on the Source control provided to the DataPresenterWordWriter.Export method.  
Public PropertySourceReturns the Infragistics.Windows.DataPresenter.DataPresenterBase passed into the DataPresenterWordWriter.Export method.  
Public PropertyWriterReturns the writer that will be used to perform the export operation and generate the Word document.  
See Also