In This Article

TextViewEventArgs Class

Provides arguments for ITextView-related events.

public class TextViewEventArgs : EventArgs
Inheritance:
object EventArgs object
Derived:
OverlayPaneEventArgs TextViewTextAreaLayoutEventArgs

Constructors

TextViewEventArgs(ITextView)

Initializes a new instance of the TextViewEventArgs class.

public TextViewEventArgs(ITextView view)
Parameter Type Description
view ITextView

The ITextView that is affected by this event.

Properties

View

Gets the ITextView that is affected by this event.

public ITextView View { get; }

Property Value

ITextView:

The ITextView that is affected by this event.

Inherited Members