Class TextView.ContentsChangedEventArgs | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Event arguments for events for when the contents of the TextView change. E.g. the ContentsChanged event.
public class TextView.ContentsChangedEventArgs : EventArgs
Inheritance
TextView.ContentsChangedEventArgs
Inherited Members
object.ReferenceEquals(object, object)
Constructors
ContentsChangedEventArgs(int, int)
Creates a new ContentsChanged instance.
Properties
Contains the column where the change occurred.
Contains the row where the change occurred.