ComponentOne DataObjects for .NET
FireEvent Property

C1.Data.2 Assembly > C1.Data Namespace > FieldCalculationInfo Class : FireEvent Property
Gets or sets a value indicating whether calculation triggers the same events as field modification by the user.
Syntax
'Declaration
 
Public Property FireEvent As System.Boolean
public System.bool FireEvent {get; set;}
Remarks
This property is set to False by default. If it is set to True, setting the value from calculation expression triggers the same sequence of events (BeforeFieldChange, BaseLogic.AfterFieldChange, BaseLogic.AfterChanges) as if the end user has modified the value.
See Also

Reference

FieldCalculationInfo Class
FieldCalculationInfo Members
Table Fields