Search
ComponentEventArgs.component Property
See Also
 






Gets the component for which the event was raised.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get component() {}

 Property Value

Component

An instance of the Component class.

 See Also