Click or drag to resize

ComponentLoadEventDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void LoadEventDelegate(
	Component sender,
	MetadataLoadContext context,
	TextBlock block,
	ref string error
)

Parameters

sender
Type: NeoAxisComponent
context
Type: NeoAxisMetadataLoadContext
block
Type: NeoAxisTextBlock
error
Type: SystemString
See Also