Search
ComponentEventArgs.ParentHost Property
See Also
 





Gets the host containing the component.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IComponentHost ParentHost { get; }

Visual Basic  Copy Code

Public ReadOnly Property ParentHost As IComponentHost

 Property Value

An IComponentHost representing the host of the component, usually a CompositeNode.

 See Also