Click or drag to resize

ContentBrowserItemAfterSelectDelegate 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 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