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.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if the apply was successfull, otherwise false.
Implements
IApplyControllerApply(Boolean)See Also