Bind
void Bind(
string ourPropertyName, object targetObject, string theirPropertyName, )
Summary
Marked as obsolete: No Reason Given
Bind property of this panel to the value of a property of a given panel.
When our property changes due to the bind, Panel.OnParametersSet will be called.
Parameters
string ourPropertyName,
object targetObject,
string theirPropertyName,