ComponentOne DataObjects for .NET
CalculationFireEvent Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : CalculationFireEvent Property
Gets or sets a value indicating whether calculation triggers the same events as field modification by the user.
Syntax
'Declaration
 
Public Property CalculationFireEvent As System.Boolean
public System.bool CalculationFireEvent {get; set;}
Remarks
The Field's CalculationFireEvent property corresponds to the C1.Data.FieldCalculationInfo.FireEvent property of the first C1.Data.FieldCalculationInfo object in the Calculations collection. Since in most cases Calculations consists of a single calculation, this field property, together with Field's CalculationExpression and CalculationCondition makes it easier to specify a single calculation for a field, without using the collection editor.
See Also

Reference

Field Class
Field Members
Table Fields