Click or drag to resize

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

Parameters

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