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
OnAssetChange Delegate
Namespace:
AxiomCore2.Events
Assembly:
AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
Copy
public
delegate
void
OnAssetChange
(
Object
sender
,
string
oldAsset
,
string
newAsset
)
Parameters
sender
Type:
System
Object
oldAsset
Type:
System
String
newAsset
Type:
System
String
See Also
Reference
AxiomCore2.Events Namespace