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