TextViewEventArgs Class
Provides arguments for ITextView-related events.
public class TextViewEventArgs : EventArgs
Constructors
TextViewEventArgs(ITextView)
Provides arguments for ITextView-related events.
public TextViewEventArgs(ITextView view)
| Parameter | Type | Description |
|---|---|---|
| view | ITextView | The ITextView that is affected by this event. |
Properties
View
The ITextView that is affected by this event.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()