DataBinding PropertiesCognex VisionPro 9.10

The DataBinding type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended

Indicates if raising the ChangedEvent has been suspended.

(Overrides ChangedEventShareableBase ChangedEventSuspended.)
Public propertyDestination

Gets the destination subject/object.

Public propertyDestinationPath

Gets the destination property name or dotted property path.

Public propertyDestinationProperty

Gets a PropertyMeta for the destination property.

Public propertyHandle (Overrides ChangedEventShareableBase Handle.)
Public propertyOptimizeIneffectiveChanges
Get

Determines if this DataBinding will optimize out any attempts to set the destination property to its current value.

Public propertySource

Gets the source subject/object.

Public propertySourcePath

Gets the source property name or dotted property path.

Public propertySourceProperty

Gets a PropertyMeta for the source property.

Public propertyUpdateException

Gets the exception, if any, that was thrown when the binding attempted to update its property value from its Source.

Top
See Also