Fires when the contents of Cute Editor have changed.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public event EventHandler TextChanged |
Visual Basic |
---|
Public Event TextChanged As EventHandler |
Visual C++ |
---|
public: event EventHandler^ TextChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |