IVSSEvents_Event.EndCommand EventĀ 

See EndCommand.

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

Syntax

'Declaration
Event EndCommand As IVSSEvents_EndCommandEventHandler
'Usage
Dim instance As IVSSEvents_Event
Dim handler As IVSSEvents_EndCommandEventHandler

AddHandler instance.EndCommand, handler
event IVSSEvents_EndCommandEventHandler EndCommand
event IVSSEvents_EndCommandEventHandler^ EndCommand {
    void add (IVSSEvents_EndCommandEventHandler^ A_1);
    void remove (IVSSEvents_EndCommandEventHandler^ A_1);
}
/** @event */
void add_EndCommand (IVSSEvents_EndCommandEventHandler A_1)

/** @event */
void remove_EndCommand (IVSSEvents_EndCommandEventHandler 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