Class
ExportEventArgs

Provides event arguments for the PageCreated event

Definition

Namespace:Telerik.WinControls.Export

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class ExportEventArgs : EventArgs

Inheritance: objectEventArgsExportEventArgs

Derived Classes: ExportCellPaintEventArgs

Inherited Members EventArgs.Empty

Constructors

ExportEventArgs(IPdfEditor, RectangleF)

Initializes a new instance of the ExportEventArgs class.

Declaration

cs-api-definition
public ExportEventArgs(IPdfEditor editor, RectangleF rectangle)

Parameters

editor

IPdfEditor

The editor object used to draw.

rectangle

RectangleF

The rectangle in which the editor draws.

Properties

Editor

Gets the editor object used to draw.

Declaration

cs-api-definition
public IPdfEditor Editor { get; }

Property Value

IPdfEditor

Rectangle

Gets the rectangle in which the editor draws.

Declaration

cs-api-definition
public RectangleF Rectangle { get; }

Property Value

RectangleF