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
OnTimerCallback Delegate
Namespace:
AxiomCore2.Events
Assembly:
AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
Copy
public
delegate
void
OnTimerCallback
(
EventTimer
timer
,
Object
userData
)
Parameters
timer
Type:
AxiomCore2.Events
EventTimer
userData
Type:
System
Object
See Also
Reference
AxiomCore2.Events Namespace