Click or drag to resize

IMultiChildView Interface

Defines the view contract for displaying multiple child controllers.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IMultiChildView

The IMultiChildView type exposes the following members.

Methods
 NameDescription
Public methodInitializeBegin Begins the initialization sequence.
Public methodInitializeChilds Initializes the child views.
Public methodInitializeDescription Initializes the description text.
Public methodInitializeEnd Ends the initialization sequence.
Public methodInitializeLayout Initializes the layout direction.
Top
Events
 NameDescription
Public eventChildControlEnteredEvent fired when one of the child controls is leaved.
Public eventChildControlValidatedEvent fired when one of the child controls is leaved.
Top
See Also