The LoadEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCancel
True, if the current load action has been cancelled.
Public propertyLongMessage
A detailed text message associated with the event.
Public propertyMessage
A short text message associated with the event.
Public propertyPercentComplete
A value representing the percent of the file that has been loaded (0-100).
Public propertyUri
Path/name of the file being loaded.

See Also