Click or drag to resize

DocumentInstanceSaveEventDelegate Delegate

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.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