Click or drag to resize

KmlDocumentLoadedEventArgs Properties

The KmlDocumentLoadedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
Gets the KML document associated with the load event. Throws Exception if the document failed to load.
Public propertyException
An Exception instance, if an error occurred while loading the KML; otherwise a null reference.
Top
See Also