Click or drag to resize

ButtonSpecCollectionBaseOnRemoved Method

Raises the Removed event.

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#
protected void OnRemoved(
	ButtonSpecEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.ToolkitButtonSpecEventArgs
A NavButtonSpecEventArgs instance containing event data.
See Also