Search
ComponentValidationEventArgs Constructor
See Also
 





Initializes a new instance of the ComponentValidationEventArgs class.

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

 Syntax

C#  Copy Code

public ComponentValidationEventArgs (
    ComponentBase component
)

Visual Basic  Copy Code

Public New ( _
    component As ComponentBase _
)

 Parameters

component

The component related to the event.

 See Also