Table of Contents

Method InsertedText

Namespace
SharpVectors.Dom
Assembly
SharpVectors.Dom.dll

InsertedText(INode, int, int)

A method to be called when some text was inserted into a text node, so that live objects can be notified.

protected virtual void InsertedText(INode node, int offset, int count)

Parameters

node INode
offset int
count int