ActiveContextChangedEventHandler Delegate
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
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.