Xceed DataGrid for Silverlight Documentation
StopDataItem Method (CsvExporter)


The ExportContext containing information relating to the data item to be exported.
The data item to be exported.
Called to stop (i.e., finalize) the export operation of a data item.
Syntax
'Declaration
 
Protected Overrides Sub StopDataItem( _
   ByVal exportContext As ExportContext, _
   ByVal dataItem As Object _
) 
'Usage
 
Dim instance As CsvExporter
Dim exportContext As ExportContext
Dim dataItem As Object
 
instance.StopDataItem(exportContext, dataItem)
protected override void StopDataItem( 
   ExportContext exportContext,
   object dataItem
)

Parameters

exportContext
The ExportContext containing information relating to the data item to be exported.
dataItem
The data item to be exported.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

CsvExporter Class
CsvExporter Members
Base Implementation in StopDataItem

Send Feedback