Search
ComponentEventArgs Constructor
See Also
 





Initializes a new instance of the ComponentEventArgs class.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ComponentEventArgs (
    ComponentBase component
)

Visual Basic  Copy Code

Public New ( _
    component As ComponentBase _
)

 Parameters

component
The component related to the event.

 See Also