TextDocumentEventArgs Class

Definition

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.

Applies to