Click or drag to resize

ButtonSpecEventArgs Constructor

Initialize a new instance of the ButtonSpecEventArgs class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ButtonSpecEventArgs(
	ButtonSpec spec,
	int index
)

Parameters

spec
Type: Internal.ComponentFactory.Krypton.ToolkitButtonSpec
Button spec effected by event.
index
Type: SystemInt32
Index of page in the owning collection.
See Also