ClassGridViewSpreadStreamElementExportedEventArgs
Class
Contains data needed to handle the ElementExported event.
Definition
Namespace:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport
Assembly:Telerik.Windows.Controls.GridView.SpreadsheetStreamingExport.dll
Syntax:
cs-api-definition
public class GridViewSpreadStreamElementExportedEventArgs : EventArgs
Inheritance: objectEventArgsGridViewSpreadStreamElementExportedEventArgs
Inherited Members
Properties
Element
Gets the current element.
Declaration
cs-api-definition
public SpreadStreamExportElement Element { get; }
Property Value
The element.