Click or drag to resize

ContentBrowserItemAfterSelectDelegate 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 ItemAfterSelectDelegate(
	ContentBrowser sender,
	IList<ContentBrowserItem> items,
	bool selectedByUser,
	ref bool handled
)

Parameters

sender
Type: NeoAxis.EditorContentBrowser
items
Type: System.Collections.GenericIListContentBrowserItem
selectedByUser
Type: SystemBoolean
handled
Type: SystemBoolean
See Also