Search
TextValidationEventArgs Constructor
See Also
 





Initializes a new instance of the ComponentValidationEventArgs class.

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

 Syntax

C#  Copy Code

public TextValidationEventArgs (
    EditComponent component,
    string oldText,
    string newText
)

Visual Basic  Copy Code

Public New ( _
    component As EditComponent, _
    oldText As String, _
    newText As String _
)

 Parameters

component
The component related to the event.
oldText
The old text of the component.
newText
The new text of the component.

 See Also