CalculatedField Events
A calculated field.| Name | Description |
|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| GetValue | Occurs when a calculated field obtains its value, enabling you to return a custom value for this calculated field. |
See Also