Persistate API documentation
SetBindings Method (persistateContainer)
NamespacesPersistate.UI.DesktopIPControlSetBindings(IPContainer)

[This is preliminary documentation and is subject to change.]

Creates the appropriate binding for the IPControl.
Declaration Syntax
C#
void SetBindings(
	IPContainer persistateContainer
)
Parameters
persistateContainer (IPContainer)
The IPContainer which contains the control. May be null.
Remarks
This is called when the DataSource property is set to a source object for the containing IPContainer. The property named by DataPropertyName in the source object is bound to the most relevant property of the control. This also sets up any validation event handlers where necessary.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)