Click or drag to resize

ContentBrowserItemAfterChooseDelegate Delegate


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public delegate void ItemAfterChooseDelegate(
	ContentBrowser sender,
	ContentBrowserItem item,
	ref bool handled
)

Parameters

sender  ContentBrowser
 
item  ContentBrowserItem
 
handled  Boolean
 
See Also