Click or drag to resize

KryptonSpaceOnPageDropDownClicked Method

Raises the PageDropDownClicked event.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
protected virtual void OnPageDropDownClicked(
	CancelDropDownEventArgs e
)

Parameters

e
Type: Internal.ComponentFactory.Krypton.DockingCancelDropDownEventArgs
An CancelDropDownEventArgs containing the event data.
See Also