![]() |
DataUpdated








Public Data Item |
Declared in: NiBinding.h |
Declaration
bool DataUpdated;
Description
Specifies if the CNiBinding object's data value or attributes have been set since they were last read or written.
Notes:
1. The CNiBinding object sets this property to true when the value or attributes of the CNiBinding object's Data property have been set. The value of the DataUpated property is automatically set to false when you obtain the value or access any of the attributes of the CNiBinding object.
2. The CNiBinding object generates the DataUpdated event when the value of this property changes from false to true.
3. This is a read-only property.