Class
PivotCellEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

cs-api-definition
public class PivotCellEventArgs : EventArgs

Inheritance: objectEventArgsPivotCellEventArgs

Inherited Members EventArgs.Empty

Constructors

PivotCellEventArgs(PivotCellElement)

Declaration

cs-api-definition
public PivotCellEventArgs(PivotCellElement cellElement)

Parameters

cellElement

PivotCellElement

Properties

CellElement

Declaration

cs-api-definition
public PivotCellElement CellElement { get; }

Property Value

PivotCellElement