Click or drag to resize

ScriptReferenceNativeListenersDelegate Delegate

Represents the method that will handle callbacks when the event for the ScriptReference occurs.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public delegate void NativeListenersDelegate(
	params Object[] args
)

Parameters

args
Type: SystemObject
The arguments to the event callback.
See Also