Interface IDocumentEvent
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/event/DocumentEvent.html
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)