Version

ExportEndingEventArgs Class Members

The following tables list the members exposed by ExportEndingEventArgs.

Public Properties
 NameDescription
Public PropertyCanceledReturns a boolean indicating if the export operation was canceled.  
Public PropertyCancelInfoReturns an object that provides information about action that canceled the export.  
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