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