Click or drag to resize

DocumentInstanceSaveEventDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate void SaveEventDelegate(
	DocumentInstance document,
	string saveAsFileName,
	ref bool handled,
	ref bool result
)

Parameters

document
Type: NeoAxis.EditorDocumentInstance
saveAsFileName
Type: SystemString
handled
Type: SystemBoolean
result
Type: SystemBoolean
See Also