Click or drag to resize

CancelUniqueNameEventArgs Constructor

Initialize a new instance of the CancelUniqueNameEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public CancelUniqueNameEventArgs(
	string uniqueName,
	bool cancel
)

Parameters

uniqueName
Type: SystemString
Unique name of page.
cancel
Type: SystemBoolean
Initial value for the cancel property.
See Also