Interface IDocumentEvent
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/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)