Share via


StatusTextChanged Event

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.QueryResults
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public Event StatusTextChanged As EventHandler
'Usage
Dim instance As QueryResultsEditor
Dim handler As EventHandler

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

See Also

Reference

QueryResultsEditor Class

Microsoft.VisualStudio.Data.Tools.Package.QueryResults Namespace