Click or drag to resize

PagesUnmatchedEventArgs Constructor

Initialize a new instance of the PagesUnmatchedEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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