IVSSEventHandler Interface 

SourceSafe add-in must implement this interface.

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

Syntax

'Declaration
<GuidAttribute("783CD4EA-9D54-11CF-B8EE-00608CC9A71F")> _
<InterfaceTypeAttribute(1)> _
Public Interface IVSSEventHandler
'Usage
Dim instance As IVSSEventHandler
[GuidAttribute("783CD4EA-9D54-11CF-B8EE-00608CC9A71F")] 
[InterfaceTypeAttribute(1)] 
public interface IVSSEventHandler
[GuidAttribute(L"783CD4EA-9D54-11CF-B8EE-00608CC9A71F")] 
[InterfaceTypeAttribute(1)] 
public interface class IVSSEventHandler
/** @attribute GuidAttribute("783CD4EA-9D54-11CF-B8EE-00608CC9A71F") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVSSEventHandler
GuidAttribute("783CD4EA-9D54-11CF-B8EE-00608CC9A71F") 
InterfaceTypeAttribute(1) 
public interface IVSSEventHandler

See Also

Reference

IVSSEventHandler Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace
IVSSEvents
IVSSEvents_Event

Other Resources

Trapping SourceSafe Events