Click or drag to resize

UniqueNameEventArgs Constructor

Initialize a new instance of the UniqueNameEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public UniqueNameEventArgs(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of page.
See Also