Click or drag to resize

ContentBrowserItemAfterChooseDelegate 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 ItemAfterChooseDelegate(
	ContentBrowser sender,
	ContentBrowserItem item,
	ref bool handled
)

Parameters

sender
Type: NeoAxis.EditorContentBrowser
item
Type: NeoAxis.EditorContentBrowserItem
handled
Type: SystemBoolean
See Also