Version

ExportStartedEventArgs Class Members

The following tables list the members exposed by ExportStartedEventArgs.

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