ActiveContextChangedEventHandler Delegate

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'宣言
Public Delegate Sub ActiveContextChangedEventHandler ( _
    args As ActiveContextChangedEventArgs _
)
public delegate void ActiveContextChangedEventHandler(
    ActiveContextChangedEventArgs args
)
public delegate void ActiveContextChangedEventHandler(
    ActiveContextChangedEventArgs^ args
)
type ActiveContextChangedEventHandler = 
    delegate of 
        args:ActiveContextChangedEventArgs -> unit
JScript does not support delegates.

Parameters

See Also

Reference

Microsoft.VisualStudio.TeamFoundation Namespace