MultiChildControllerEhView_ChildControlEntered Method |
Handles activation changes between child controls.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void EhView_ChildControlEntered(
Object? sender,
EventArgs e
)
Parameters
- sender Object
- The child control that became active.
- e EventArgs
- The event arguments.
See Also