Click or drag to resize

CloseRequestEventArgs Constructor

Initialize a new instance of the CloseRequestEventArgs 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 CloseRequestEventArgs(
	string uniqueName,
	DockingCloseRequest closeRequest
)

Parameters

uniqueName
Type: SystemString
Unique name of the page associated with the event.
closeRequest
Type: Internal.ComponentFactory.Krypton.DockingDockingCloseRequest
Initial close action to use.
See Also