Share via


IVSSEvents.AfterEvent Method 

Currently not used.

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

Syntax

'Declaration
Sub AfterEvent ( _
    <InAttribute> iEvent As Integer, _
    <InAttribute> pIItem As VSSItem, _
    <InAttribute> Str As String, _
    <InAttribute> var As Object _
)
'Usage
Dim instance As IVSSEvents
Dim iEvent As Integer
Dim pIItem As VSSItem
Dim Str As String
Dim var As Object

instance.AfterEvent(iEvent, pIItem, Str, var)
void AfterEvent (
    [InAttribute] int iEvent,
    [InAttribute] VSSItem pIItem,
    [InAttribute] string Str,
    [InAttribute] Object var
)
void AfterEvent (
    [InAttribute] int iEvent, 
    [InAttribute] VSSItem^ pIItem, 
    [InAttribute] String^ Str, 
    [InAttribute] Object^ var
)
void AfterEvent (
    /** @attribute InAttribute() */ int iEvent, 
    /** @attribute InAttribute() */ VSSItem pIItem, 
    /** @attribute InAttribute() */ String Str, 
    /** @attribute InAttribute() */ Object var
)
function AfterEvent (
    iEvent : int, 
    pIItem : VSSItem, 
    Str : String, 
    var : Object
)

Parameters

  • iEvent
    Not defined.
  • pIItem
    A reference of the IVSSItem type to an object representing a file or a project.
  • Str
    Not defined.
  • var
    Not defined.

Remarks

[IDL]

HRESULT AfterEvent ([in]long iEvent, [in]IVSSItem *piItem, [in]BSTR Str, [in]VARIANT var);

Currently this event is not used. It is included as part of the interface definition to allow for future expansion.

See Also

Reference

IVSSEvents Interface
IVSSEvents Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace