CogDataBinding PropertiesCognex VisionPro 9.5

The CogDataBinding type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyContainer
Returns the collection that contains the binding.
Public propertyDestination
Gets the destination object.
Public propertyDestinationPath
Gets the destination property name or dotted property path.
Public propertyDestinationProperty
Gets a PropertyDescriptor for the destination property.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyOptimizeIneffectiveChanges
Determines if this data binding will optimize out any attempts to set the destination property to its current value.
Public propertySource
Gets the source object.
Public propertySourcePath
Gets the source property name or dotted property path.
Public propertySourceProperty
Gets a PropertyDescriptor for the source property.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyUpdateException
Gets the exception, if any, that was thrown when the binding attempted to update its property value from its DataSource.
Top
See Also