DataBinding BindTo Method Cognex VisionPro 9.22

Redirects the binding to a new source and path.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public void BindTo(
	Object source,
	string sourcePath
)

Parameters

source
Type: System Object
The source object.
sourcePath
Type: System String
The property name or dotted path to the source property.
Remarks

Raises Changed The following StateFlags may be affected:

See Also