Click or drag to resize

AxiomCore2.Events Namespace

 
Classes
 ClassDescription
Public classEventDelegates Delegates that are triggered by script when various actions occur.
Public classEventDelegatesTimestampEventArgs Timestamp event args used by OnClick delegate when clicking on a DataTable control.
Public classEventTimer 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.
Delegates
 DelegateDescription
Public delegateEventDelegatesOnAssetChange Signature of script method that can be invoked by an asset change event. Default value is null.
Public delegateEventDelegatesOnClick Signature of script method that can be invoked by a click event. Default value is null.
Public delegateEventDelegatesOnDateTimeChange Signature of script method that can be invoked by a DateTime value change event. Default value is null.
Public delegateEventDelegatesOnEventClick Signature of script method that can be invoked by a click on an event instance within the EventsTable control. Default value is null
Public delegateEventDelegatesOnSelectionChange Signature of script method that can be invoked by a selection event.
Public delegateEventDelegatesOnTagSubscriptionUpdate Signature of script method that can be invoked by a Tag Subscription update. Default value is null.
Public delegateEventDelegatesOnTextChange Signature of script method that can be invoked by a text change event. Default value is null.
Public delegateEventDelegatesOnTimerCallback Signature of script method that can be invoked by a timer callback event. Meant to be used when creating a EventTimer.
Public delegateEventDelegatesOnValueChange Signature of script method that can be invoked by a value change event. Default value is null.