IVSSEvents_AfterEventEventHandler Delegate 

This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub IVSSEvents_AfterEventEventHandler ( _
    <InAttribute> iEvent As Integer, _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Str As String, _
    <InAttribute> var As Object _
)
'Usage
Dim instance As New IVSSEvents_AfterEventEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_AfterEventEventHandler (
    [InAttribute] int iEvent,
    [InAttribute] VSSItem pIItem,
    [InAttribute] string Str,
    [InAttribute] Object var
)
[ComVisibleAttribute(false)] 
public delegate void IVSSEvents_AfterEventEventHandler (
    [InAttribute] int iEvent, 
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] String^ Str, 
    [InAttribute] Object^ var
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */ 
public delegate void IVSSEvents_AfterEventEventHandler (
    /** @attribute InAttribute() */ int iEvent, 
    /** @attribute InAttribute() */ VSSItem pIItem, 
    /** @attribute InAttribute() */ String Str, 
    /** @attribute InAttribute() */ Object var
)
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

  • iEvent
  • pIItem
  • Str
  • var

See Also

Reference

Microsoft.VisualStudio.SourceSafe.Interop Namespace