IVSSEvents MembersĀ 

Represents Visual SourceSafe events.

The following tables list the members exposed by the IVSSEvents type.

Public Methods

  Name Description
Public method AfterAdd An event that is fired after a file is added to the SourceSafe database.  
Public method AfterBranch An event that is fired after a file is branched in the SourceSafe database.  
Public method AfterCheckin An event that is fired after a file is checked into the SourceSafe database.  
Public method AfterCheckout An event that is fired after a file is checked out from the SourceSafe database.  
Public method AfterEvent Currently not used.  
Public method AfterRename An event that is fired after a file or a project is renamed in the SourceSafe database.  
Public method AfterUndoCheckout An event that is fired after undoing a checkout of a file from the SourceSafe database.  
Public method BeforeAdd An event that is fired before a file is added to the SourceSafe database.  
Public method BeforeBranch An event that is fired before a file is branched in the SourceSafe database.  
Public method BeforeCheckin An event that is fired before a file is checked into the SourceSafe database.  
Public method BeforeCheckout An event that is fired before a file is checked out from the SourceSafe database.  
Public method BeforeEvent Currently not used.  
Public method BeforeRename An event that is fired before a file or a project is renamed in the SourceSafe database.  
Public method BeforeUndoCheckout An event that is fired before undoing a checkout of a file from the SourceSafe database.  
Public method BeginCommand An event that is fired when the IVSSUser initiates any of the SourceSafe commands.  
Public method EndCommand An event that is fired after any of the SourceSafe commands is completed.  

Top

See Also

Reference

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

Other Resources

Trapping SourceSafe Events