Class
PrintElementEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class PrintElementEventArgs : EventArgs

Inheritance: objectEventArgsPrintElementEventArgs

Derived Classes: PrintElementPaintEventArgs

Inherited Members EventArgs.Empty

Constructors

PrintElementEventArgs(RadPrintElement)

Declaration

cs-api-definition
public PrintElementEventArgs(RadPrintElement printElement)

Parameters

printElement

RadPrintElement

Properties

PrintElement

Gets the associated with the event.

Declaration

cs-api-definition
public RadPrintElement PrintElement { get; }

Property Value

RadPrintElement