ISingleColumnControllerParentEhPlotColumnDrop Method |
Called when data is dropped onto the column.
Namespace: Altaxo.Gui.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid EhPlotColumnDrop(
SingleColumnController ctrl,
Object data
)
Parameters
- ctrl SingleColumnController
- The source controller.
- data Object
- The dropped data.
See Also