Axiom |
| Class | Description | |
|---|---|---|
| EventDelegates | Delegates that are triggered by script when various actions occur. | |
| EventDelegatesTimestampEventArgs | Timestamp event args used by OnClick delegate when clicking on a DataTable control. | |
| EventTimer | Using any .NET timer classes other than the EventTimer could cause the unexpected behavior in Axiom clients, or in some cases crash the Axiom service. Also note that any long running callbacks may affect Axiom clients or servers negatively. This timer executes code in a thread safe manner that also implements a try/catch wrapper around the timer callback execution. |
| Delegate | Description | |
|---|---|---|
| EventDelegatesOnAssetChange | Signature of script method that can be invoked by an asset change event. Default value is null. | |
| EventDelegatesOnClick | Signature of script method that can be invoked by a click event. Default value is null. | |
| EventDelegatesOnDateTimeChange | Signature of script method that can be invoked by a DateTime value change event. Default value is null. | |
| EventDelegatesOnEventClick | Signature of script method that can be invoked by a click on an event instance within the EventsTable control. Default value is null | |
| EventDelegatesOnSelectionChange | Signature of script method that can be invoked by a selection event. | |
| EventDelegatesOnTagSubscriptionUpdate | Signature of script method that can be invoked by a Tag Subscription update. Default value is null. | |
| EventDelegatesOnTextChange | Signature of script method that can be invoked by a text change event. Default value is null. | |
| EventDelegatesOnTimerCallback | Signature of script method that can be invoked by a timer callback event. Meant to be used when creating a EventTimer. | |
| EventDelegatesOnValueChange | Signature of script method that can be invoked by a value change event. Default value is null. |