Raised when the text is about to be changed.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<TextValidationEventArgs> TextChanging |
Visual Basic Copy Code |
---|
Public Event TextChanging As EventHandler(Of TextValidationEventArgs) |
TextChanging event handlers receive an argument of type TextValidationEventArgs.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |