Xceed DataGrid for Silverlight Documentation
StopDataItem Method (ExporterBase)


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 Overridable Sub StopDataItem( _
   ByVal exportContext As ExportContext, _
   ByVal dataItem As Object _
) 
'Usage
 
Dim instance As ExporterBase
Dim exportContext As ExportContext
Dim dataItem As Object
 
instance.StopDataItem(exportContext, dataItem)
protected virtual 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

ExporterBase Class
ExporterBase Members

Send Feedback