GraphBuffersChangedEventArgs Constructor (IList<ITextBuffer^>^, IList<ITextBuffer^>^)

 

Initializes a new instance of GraphBuffersChangedEventArgs with the provided buffers.

Namespace:   Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
GraphBuffersChangedEventArgs(
	IList<ITextBuffer^>^ addedBuffers,
	IList<ITextBuffer^>^ removedBuffers
)

Parameters

addedBuffers
Type: System.Collections.Generic::IList<ITextBuffer^>^

The list of buffers that were added.

removedBuffers
Type: System.Collections.Generic::IList<ITextBuffer^>^

The list of buffers that were removed.

Exception Condition
ArgumentNullException

addedBuffers or removedBuffers is null.

Return to top
Show: