Click or drag to resize

DockingElementPropogateAction Method (DockingPropogateAction, KryptonPage)

Propogates an action request down the hierarchy of docking elements.

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 virtual void PropogateAction(
	DockingPropogateAction action,
	KryptonPage[] pages
)

Parameters

action
Type: Internal.ComponentFactory.Krypton.DockingDockingPropogateAction
Action that is requested to be performed.
pages
Type: Internal.ComponentFactory.Krypton.NavigatorKryptonPage
Array of pages the action relates to.

Implements

IDockingElementPropogateAction(DockingPropogateAction, KryptonPage)
See Also