MultiChildControllerEhView_ChildControlValidated Method |
Handles validation of the current child control.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void EhView_ChildControlValidated(
Object? sender,
EventArgs e
)
Parameters
- sender Object
- The child control that was validated.
- e EventArgs
- The event arguments.
See Also