Click or drag to resize

BcfDataSetDataChanged Event

[This is preliminary documentation and is subject to change.]

Raised when main-transaction with data changes is committed and in Reset.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public event EventHandler<BcfDataChangedEventArgs> DataChanged

Value

Type: SystemEventHandlerBcfDataChangedEventArgs
Remarks
Subscribing DataChanged causes the dataset to create the eventargs BcfChangeSet. The changeset is used by view-managers to update view data. Creating the BcfChangeSet may be an expensive task when many changes were made. If you do not use view-managers and ChangeSet is not used, consider to perform your operations in transactions-OnCommitComplete instead.
See Also