SpaceReservationAgentChangedEventArgs Constructor (ISpaceReservationAgent^, ISpaceReservationAgent^)
Visual Studio 2015
Initializes a new instance of SpaceReservationAgentChangedEventArgs.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public:
SpaceReservationAgentChangedEventArgs(
ISpaceReservationAgent^ oldAgent,
ISpaceReservationAgent^ newAgent
)
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.
Show: