TextViewTextAreaLayoutEventArgs Class
Provides arguments for a ITextView.TextAreaLayout event.
public class TextViewTextAreaLayoutEventArgs : TextViewEventArgs
- Inheritance:
- object EventArgs TextViewEventArgs object
Properties
AddedOrUpdatedViewLines
The collection of view lines that were added or updated by this layout cycle.
public IEnumerable<ITextViewLine> AddedOrUpdatedViewLines { get; }
Property Value
HadSnapshotChange
Indicates whether the layout occurred after the view's CurrentSnapshot changed.
public bool HadSnapshotChange { get; }
Property Value
- bool:
trueif the layout occurred after the view's CurrentSnapshot changed; otherwise,false.
RemovedViewLines
The collection of view lines that were removed by this layout cycle.
public IEnumerable<ITextViewLine> RemovedViewLines { get; }
Property Value
TranslatedViewLines
The collection of view lines that were translated by this layout cycle.
public IEnumerable<ITextViewLine> TranslatedViewLines { get; }
Property Value
Inherited Members
- TextViewEventArgs.View
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()