Interface ILSProgressEvent
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/ls/LSProgressEvent.html
public interface ILSProgressEvent : IEvent
- Inherited Members
Properties
Input
LSInput Input { get; }
Property Value
Position
int Position { get; }
Property Value
TotalSize
int TotalSize { get; }