CNiBinding::DataUpdated

CNi

Class
CNiBinding::
DataUpdated
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: BindPropertyNext page: DataUpdatedEnabled    
Public Data Item Declared in:
NiBinding.h

'Declaration' icon -- Shortcut to top of page. Declaration

bool DataUpdated;

'Description' icon -- Shortcut to top of page. 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.

'See Also' icon -- Shortcut to top of page. See Also