TextDocumentEventArgs 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 for events when an ITextDocument has been created or disposed.
public ref class TextDocumentEventArgs : EventArgs
public class TextDocumentEventArgs : EventArgs
type TextDocumentEventArgs = class
inherit EventArgs
Public Class TextDocumentEventArgs
Inherits EventArgs
- Inheritance
-
TextDocumentEventArgs
Remarks
This class provides information for events such as
Constructors
TextDocumentEventArgs(ITextDocument) |
Initializes a new instance of a TextDocumentEventArgs. |
Properties
TextDocument |
Gets the ITextDocument that was created or disposed. |