Interface IDocumentEvent
.NET interface for TO BE DEFINED FROM USER
public interface IDocumentEvent
Properties
Document
Document Document { get; }
Property Value
Length
int Length { get; }
Property Value
Offset
int Offset { get; }
Property Value
Type
DocumentEvent.EventType Type { get; }
Property Value
Methods
GetChange(Element)
DocumentEvent.ElementChange GetChange(Element arg0)