GraphBuffersChangedEventArgs Class
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.
Information provided when a ITextBuffer is added or removed from a IBufferGraph.
public ref class GraphBuffersChangedEventArgs : EventArgs
public class GraphBuffersChangedEventArgs : EventArgs
type GraphBuffersChangedEventArgs = class
inherit EventArgs
Public Class GraphBuffersChangedEventArgs
Inherits EventArgs
- Inheritance
-
GraphBuffersChangedEventArgs
Constructors
GraphBuffersChangedEventArgs(IList<ITextBuffer>, IList<ITextBuffer>) |
Initializes a new instance of GraphBuffersChangedEventArgs with the provided buffers. |
Properties
AddedBuffers |
The list of ITextBuffer objects that have been added to the IBufferGraph. |
RemovedBuffers |
The list of ITextBuffer objects that have been removed from the IBufferGraph. |