Share via


MoveToInsertRowStateChanged 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 MoveToInsertRowStateChanged As MouseEventHandler
'Usage
Dim instance As QueryResultsEditor
Dim handler As MouseEventHandler

AddHandler instance.MoveToInsertRowStateChanged, handler
public event MouseEventHandler MoveToInsertRowStateChanged
public:
 event MouseEventHandler^ MoveToInsertRowStateChanged {
    void add (MouseEventHandler^ value);
    void remove (MouseEventHandler^ value);
}
member MoveToInsertRowStateChanged : IEvent<MouseEventHandler,
    MouseEventArgs>
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