ClassPrintElementEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class PrintElementEventArgs : EventArgs
Inheritance: objectEventArgsPrintElementEventArgs
Derived Classes:
Inherited Members
Constructors
PrintElementEventArgs(RadPrintElement)
Declaration
cs-api-definition
public PrintElementEventArgs(RadPrintElement printElement)
Parameters
printElement
Properties
PrintElement
Gets the associated with the event.
Declaration
cs-api-definition
public RadPrintElement PrintElement { get; }
Property Value