Click or drag to resize

KryptonWorkspaceOnPagesUnmatched Method

Raises the PagesUnmatched event.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public virtual void OnPagesUnmatched(
	PagesUnmatchedEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.WorkspacePagesUnmatchedEventArgs
Event data.
See Also