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

 See Also