Form.DetachDataChangeHandler
Syntax:
Parameters:
<DataName> (required)
Name of data (data path), to which any modifications are tracked by the handler. This can show data connected with form attributes, table section, and subordinate data, i.e. attributes of these objects. For example, "Attribute1.Description".
The setting can contain only one data path, i.e. the method is used for one attribute.
Description:
Availability:
Example:
DetachDataChangeHandler("TextBox1"); |
See also: