Click or drag to resize

MetadataPropertyGetValueImplEventDelegate Delegate


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void GetValueImplEventDelegate(
	MetadataProperty sender,
	Object obj,
	Object[] index,
	ref Object returnValue
)

Parameters

sender  MetadataProperty
 
obj  Object
 
index  Object
 
returnValue  Object
 
See Also