Share via


SpecialEditorCommand 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 SpecialEditorCommand As SpecialEditorCommandEventHandler
'Usage
Dim instance As TextViewCommandFilter
Dim handler As SpecialEditorCommandEventHandler

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

See Also

Reference

TextViewCommandFilter Class

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