Axiom Scripting Library
Axiom Scripting Library
AxiomCore2.Events
EventDelegates Class
EventDelegates.OnAssetChange Delegate
EventDelegates.OnClick Delegate
EventDelegates.OnDateTimeChange Delegate
EventDelegates.OnSelectionChange Delegate
EventDelegates.OnTagSubscriptionUpdate Delegate
EventDelegates.OnTextChange Delegate
EventDelegates.OnTimerCallback Delegate
EventDelegates.OnValueChange Delegate
EventTimer Class
EventDelegates
OnValueChange Delegate
Namespace:
AxiomCore2.Events
Assembly:
AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
Copy
public
delegate
void
OnValueChange
(
Object
sender
,
TagSubscriptionArgs
subscription
,
TVQ
tvq
)
Parameters
sender
Type:
System
Object
subscription
Type:
AxiomCore2.Data
TagSubscriptionArgs
tvq
Type:
AxiomCore2.Data
TVQ
See Also
Reference
AxiomCore2.Events Namespace