Click or drag to resize

EventDelegatesOnValueChange Delegate

Signature of script method that can be invoked by a value change event. Default value is null.

Namespace: AxiomCore2.Events
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public delegate void OnValueChange(
	Object sender,
	TagSubscriptionArgs subscription,
	TVQ tvq
)

Parameters

sender  Object
Object that has a value being changed.
subscription  TagSubscriptionArgs
Subscription arguments used to subscribe to value change events.
tvq  TVQ
New data value.
See Also