The CustomAggregateEventArgs type exposes the following members.

Constructors

  Name Description
Public method CustomAggregateEventArgs
Initializes a new instance of a CustomAggregateEventArgs.

Properties

  Name Description
Public property CellRange
CellRange affected by the event.
(Inherited from CellRangeEventArgs.)
Public property CellType
CellType of the range affected by the event.
(Inherited from CellRangeEventArgs.)
Public property Column
Index of the column affected by the event.
(Inherited from CellRangeEventArgs.)
Public property Panel
GridPanel that contains the range affected by the event.
(Inherited from CellRangeEventArgs.)
Public property Result
Gets or sets the custom aggregate calculated over the range.
Public property Row
Index of the row affected by the event.
(Inherited from CellRangeEventArgs.)

See Also