C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1DataViewSet Class : CalculateColumn Event |
'Declaration Public Event CalculateColumn As C1ViewColumnCalculateEventHandler
public event C1ViewColumnCalculateEventHandler CalculateColumn
The event handler receives an argument of type C1ViewColumnCalculateEventArgs containing data related to this event. The following C1ViewColumnCalculateEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Column | Gets the C1ViewColumn object for which a value is being calculated. |
Row | Gets the C1ViewRow in which the C1ViewColumn value is being calculated. |
Value | Gets or sets the calculated value of the column. |