Freigeben über


VsContextChangingEventArgs Constructor

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
Public Sub New ( _
    newContext As ITeamFoundationContext, _
    contextChange As ActiveContextChange, _
    contextChangeReason As ActiveContextChangeReason _
)
public VsContextChangingEventArgs(
    ITeamFoundationContext newContext,
    ActiveContextChange contextChange,
    ActiveContextChangeReason contextChangeReason
)
public:
VsContextChangingEventArgs(
    ITeamFoundationContext^ newContext, 
    ActiveContextChange contextChange, 
    ActiveContextChangeReason contextChangeReason
)
new : 
        newContext:ITeamFoundationContext * 
        contextChange:ActiveContextChange * 
        contextChangeReason:ActiveContextChangeReason -> VsContextChangingEventArgs
public function VsContextChangingEventArgs(
    newContext : ITeamFoundationContext, 
    contextChange : ActiveContextChange, 
    contextChangeReason : ActiveContextChangeReason
)

Parameters

.NET Framework Security

See Also

Reference

VsContextChangingEventArgs Class

Microsoft.VisualStudio.Services.Integration Namespace