Share via


ActiveContextChangingEventHandler Delegate

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.

Parameters

See Also

Reference

Microsoft.VisualStudio.TeamFoundation Namespace