Class ContentsChangedEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Event arguments for events for when the contents of the TextView change. E.g. theContentsChanged event.
public class ContentsChangedEventArgs : EventArgs
Inheritance
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.