Class TextDelta
public sealed class TextDelta : StreamEventArgs<TextType>
- Inheritance
-
objectTextDelta
- Inherited Members
Constructors
TextDelta(StreamHeader, TextType, string)
public TextDelta(StreamHeader header, TextType type, string text)
Parameters
headerStreamHeadertypeTextTypetextstring
Properties
Text
public string Text { get; }
Property Value
- string