Search
EditComponent.OnTextChanging Method
See Also
 





Raises the TextChanged event.

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

 Syntax

C#  Copy Code

protected virtual void OnTextChanging (
    TextValidationEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnTextChanging( _
    e As TextValidationEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also