Gtk.TextBuffer.OnTagApplied Method
Default handler for the TextBuffer.TagApplied event.

Syntax

protected virtual void OnTagApplied (TextTag tag, TextIter start_char, TextIter end_char)

Parameters

tag
a Gtk.TextTag
start_char
a Gtk.TextIter
end_char
a Gtk.TextIter

Remarks

Override this method in a subclass to provide a default handler for the TextBuffer.TagApplied event.

Requirements

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