GraphControllerEhView_CurrentLayerChoosen Method |
Handles the selection of the current layer by the user.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void EhView_CurrentLayerChoosen(
int[] currLayer,
bool bAlternative
)
Parameters
- currLayer Int32
- The current layer number as selected by the user.
- bAlternative Boolean
- Normally false, can be set to true if the user clicked for instance with the right mouse button on the layer button.
Implements
IGraphViewEventSinkEhView_CurrentLayerChoosen(Int32, Boolean)See Also