 |
| BcfValidatorResultCollectionValidatorCellContentCollectionChanged Event |
Occurs when the validator information collection changed. This event is deferred until the last
BcfTransaction is committed.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic event EventHandler<BcfValidatorResultCollectionChangedEventArgs> ValidatorCellContentCollectionChanged
Public Event ValidatorCellContentCollectionChanged As EventHandler(Of BcfValidatorResultCollectionChangedEventArgs)
public:
event EventHandler<BcfValidatorResultCollectionChangedEventArgs^>^ ValidatorCellContentCollectionChanged {
void add (EventHandler<BcfValidatorResultCollectionChangedEventArgs^>^ value);
void remove (EventHandler<BcfValidatorResultCollectionChangedEventArgs^>^ value);
}member ValidatorCellContentCollectionChanged : IEvent<EventHandler<BcfValidatorResultCollectionChangedEventArgs>,
BcfValidatorResultCollectionChangedEventArgs>
Value
Type:
SystemEventHandlerBcfValidatorResultCollectionChangedEventArgs
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also