Click or drag to resize

PagesUnmatchedEventArgs Constructor

Initialize a new instance of the PagesUnmatchedEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PagesUnmatchedEventArgs(
	KryptonWorkspace workspace,
	List<KryptonPage> unmatched
)

Parameters

workspace
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspace
Reference to owning workspace control.
unmatched
Type: System.Collections.GenericListKryptonPage
List of pages unmatched during the load process.
See Also