Table of Contents

Interface ILSLoadEvent

Namespace
Org.W3c.Dom.Ls
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/ls/LSLoadEvent.html

public interface ILSLoadEvent : IEvent
Inherited Members

Properties

Input

LSInput Input { get; }

Property Value

LSInput

NewDocument

Document NewDocument { get; }

Property Value

Document