Search
TextEventArgs Constructor
See Also
 





Initializes a new instance of the TextEventArgs class.

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

 Syntax

C#  Copy Code

public TextEventArgs (
    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