SpaceReservationAgentChangedEventArgs Constructor (ISpaceReservationAgent^, ISpaceReservationAgent^)

 

Initializes a new instance of SpaceReservationAgentChangedEventArgs.

Namespace:   Microsoft.VisualStudio.Text.Editor
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.

Return to top
Show: