GraphBuffersChangedEventArgs Constructor (IList<ITextBuffer^>^, IList<ITextBuffer^>^)
Visual Studio 2015
Initializes a new instance of GraphBuffersChangedEventArgs with the provided buffers.
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. |
Show: