Share via


TextChanged Event

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public Event TextChanged As EventHandler
'Usage
Dim instance As TextBuffer
Dim handler As EventHandler

AddHandler instance.TextChanged, handler
public event EventHandler TextChanged
public:
 event EventHandler^ TextChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member TextChanged : IEvent<EventHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

TextBuffer Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace