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.
Initializes a new instance of SpaceReservationAgentChangedEventArgs.
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Sub New ( _
    oldAgent As ISpaceReservationAgent, _
    newAgent As ISpaceReservationAgent _
)
public SpaceReservationAgentChangedEventArgs(
    ISpaceReservationAgent oldAgent,
    ISpaceReservationAgent newAgent
)
public:
SpaceReservationAgentChangedEventArgs(
    ISpaceReservationAgent^ oldAgent, 
    ISpaceReservationAgent^ newAgent
)
new : 
        oldAgent:ISpaceReservationAgent * 
        newAgent:ISpaceReservationAgent -> SpaceReservationAgentChangedEventArgs
public function SpaceReservationAgentChangedEventArgs(
    oldAgent : ISpaceReservationAgent, 
    newAgent : ISpaceReservationAgent
)
Parameters
- oldAgent
 Type: Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent
 The ISpaceReservationAgent associated with the previous value.
- newAgent
 Type: Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent
 The ISpaceReservationAgent associated with the new value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.