PagesUnmatchedEventArgs Constructor |
Initialize a new instance of the PagesUnmatchedEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.WorkspaceAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PagesUnmatchedEventArgs(
KryptonWorkspace workspace,
List<KryptonPage> unmatched
)
Parameters
- workspace KryptonWorkspace
- Reference to owning workspace control.
- unmatched ListKryptonPage
- List of pages unmatched during the load process.
See Also