Share via


SpecialEditorCommandEventHandler Delegate

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub SpecialEditorCommandEventHandler ( _
    sender As Object, _
    e As SpecialEditorCommandEventArgs _
)
'Usage
Dim instance As New SpecialEditorCommandEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void SpecialEditorCommandEventHandler(
    Object sender,
    SpecialEditorCommandEventArgs e
)
[ComVisibleAttribute(false)]
public delegate void SpecialEditorCommandEventHandler(
    Object^ sender, 
    SpecialEditorCommandEventArgs^ e
)
[<ComVisibleAttribute(false)>]
type SpecialEditorCommandEventHandler = 
    delegate of 
        sender:Object * 
        e:SpecialEditorCommandEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

See Also

Reference

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