IVSSEvents_Event.add_BeforeAdd Method 

See BeforeAdd.

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

Syntax

'Declaration
Sub add_BeforeAdd ( _
    A_1 As IVSSEvents_BeforeAddEventHandler _
)
'Usage
Dim instance As IVSSEvents_Event
Dim A_1 As IVSSEvents_BeforeAddEventHandler

instance.add_BeforeAdd(A_1)
void add_BeforeAdd (
    IVSSEvents_BeforeAddEventHandler A_1
)
void add_BeforeAdd (
    IVSSEvents_BeforeAddEventHandler^ A_1
)
void add_BeforeAdd (
    IVSSEvents_BeforeAddEventHandler A_1
)
function add_BeforeAdd (
    A_1 : IVSSEvents_BeforeAddEventHandler
)

Parameters

  • A_1

See Also

Reference

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