TextBufferCreatedEventArgs 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.
Provides information about a newly created ITextBuffer.
public ref class TextBufferCreatedEventArgs : EventArgs
public class TextBufferCreatedEventArgs : EventArgs
type TextBufferCreatedEventArgs = class
inherit EventArgs
Public Class TextBufferCreatedEventArgs
Inherits EventArgs
- Inheritance
-
TextBufferCreatedEventArgs
Remarks
This class is used to provide information for events such as the following:
Constructors
TextBufferCreatedEventArgs(ITextBuffer) |
Constructs a TextBufferCreatedEventArgs. |
Properties
TextBuffer |
The newly created ITextBuffer. |