Gtk.TextBuffer.Modified Property
Whether or not the buffer has been modified

Syntax

public bool Modified { set; get; }

Value

true if the buffer has been modified, false otherwise.

Remarks

Whenever the buffer is saved to disk, set this property to false. When the buffer is modified, it will automatically toggled to true.

Whenever this property is changed, the TextBuffer.ModifiedChanged event is raised.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)