Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Delegate Sub ActiveContextChangingEventHandler ( _
args As ActiveContextChangingEventArgs _
)
public delegate void ActiveContextChangingEventHandler(
ActiveContextChangingEventArgs args
)
public delegate void ActiveContextChangingEventHandler(
ActiveContextChangingEventArgs^ args
)
type ActiveContextChangingEventHandler =
delegate of
args:ActiveContextChangingEventArgs -> unit
JScript does not support delegates.