SpaceReservationAgentChangedEventArgs.NewAgent Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the new agent.
public:
 property Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ NewAgent { Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ get(); };
	public:
 property Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ NewAgent { Microsoft::VisualStudio::Text::Editor::ISpaceReservationAgent ^ get(); };
	public Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent NewAgent { get; }
	member this.NewAgent : Microsoft.VisualStudio.Text.Editor.ISpaceReservationAgent
	Public ReadOnly Property NewAgent As ISpaceReservationAgent
	Property Value
The new agent.