Evento IVSSEvents_Event.BeginCommand

Vedere BeginCommand.

Spazio dei nomi: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Sintassi

'Dichiarazione
Event BeginCommand As IVSSEvents_BeginCommandEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi ma non la dichiarazione di nuovi.

Vedere anche

Riferimenti

Interfaccia IVSSEvents_Event
Membri IVSSEvents_Event
Spazio dei nomi Microsoft.VisualStudio.SourceSafe.Interop