Provides data for the LoadXpsDocumentCompleted event.

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class LoadXpsDocumentCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic
Public Class LoadXpsDocumentCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
Visual C++
public ref class LoadXpsDocumentCompletedEventArgs : public AsyncCompletedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..AsyncCompletedEventArgs
      FirstFloor.Documents.IO..::..LoadXpsDocumentCompletedEventArgs

See Also