CmdWithExtraParamsInvokerEventHanlder 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 CmdWithExtraParamsInvokerEventHanlder ( _
sender As Object, _
a As CmdWithExtraParamsEventArgs _
)
'Usage
Dim instance As New CmdWithExtraParamsInvokerEventHanlder(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void CmdWithExtraParamsInvokerEventHanlder(
Object sender,
CmdWithExtraParamsEventArgs a
)
[ComVisibleAttribute(false)]
public delegate void CmdWithExtraParamsInvokerEventHanlder(
Object^ sender,
CmdWithExtraParamsEventArgs^ a
)
[<ComVisibleAttribute(false)>]
type CmdWithExtraParamsInvokerEventHanlder =
delegate of
sender:Object *
a:CmdWithExtraParamsEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System..::..Object
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace