IVSSEvents_Event.BeforeAdd EventĀ
See BeforeAdd.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Event BeforeAdd As IVSSEvents_BeforeAddEventHandler
'Usage
Dim instance As IVSSEvents_Event
Dim handler As IVSSEvents_BeforeAddEventHandler
AddHandler instance.BeforeAdd, handler
event IVSSEvents_BeforeAddEventHandler BeforeAdd
event IVSSEvents_BeforeAddEventHandler^ BeforeAdd {
void add (IVSSEvents_BeforeAddEventHandler^ A_1);
void remove (IVSSEvents_BeforeAddEventHandler^ A_1);
}
/** @event */
void add_BeforeAdd (IVSSEvents_BeforeAddEventHandler A_1)
/** @event */
void remove_BeforeAdd (IVSSEvents_BeforeAddEventHandler 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