Click or drag to resize

ExchangeTablesOfPlotItemsControllerApply Method

Called when the user input has to be applied to the document being controlled. Returns true if Apply is successfull.

Namespace: Altaxo.Gui.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override bool Apply(
	bool disposeController
)

Parameters

disposeController  Boolean

[Missing <param name="disposeController"/> documentation for "M:Altaxo.Gui.Graph.ExchangeTablesOfPlotItemsController.Apply(System.Boolean)"]

Return Value

Boolean
True if the apply was successfull, otherwise false.

Implements

IApplyControllerApply(Boolean)
See Also