Version 24.2 (latest)

DataPresenterWordWriter Class Events

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

Public Events
 NameDescription
Public EventCellExportingOccurs when a Infragistics.Windows.DataPresenter.Cell of a Infragistics.Windows.DataPresenter.DataRecord is about to be written to the Word document.  
Public EventExportEndedOccurs after the export process has completed.  
Public EventExportEndingOccurs at the end of the export process.  
Public EventExportStartedOccurs at the beginning of the export process. The ExportStartedEventArgs.ExportControl has been initialized but the Infragistics.Windows.DataPresenter.DataPresenterBase.DataSource has not yet been set.  
Public EventInitializeRecordOccurs when a record is about to be processed.  
Public EventLabelExportingOccurs when the Field.Label of a Infragistics.Windows.DataPresenter.Field is about to be written to the Word document.  
Public EventSummaryResultsExportingOccurs when one or more Infragistics.Windows.DataPresenter.SummaryResult instances are being written to the Word document.  
See Also