Share via


IVSSEvents_Event.BeforeRename EventĀ 

See BeforeRename.

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

Syntax

'Declaration
Event BeforeRename As IVSSEvents_BeforeRenameEventHandler
'Usage
Dim instance As IVSSEvents_Event
Dim handler As IVSSEvents_BeforeRenameEventHandler

AddHandler instance.BeforeRename, handler
event IVSSEvents_BeforeRenameEventHandler BeforeRename
event IVSSEvents_BeforeRenameEventHandler^ BeforeRename {
    void add (IVSSEvents_BeforeRenameEventHandler^ A_1);
    void remove (IVSSEvents_BeforeRenameEventHandler^ A_1);
}
/** @event */
void add_BeforeRename (IVSSEvents_BeforeRenameEventHandler A_1)

/** @event */
void remove_BeforeRename (IVSSEvents_BeforeRenameEventHandler A_1)
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

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