Provides data for the LoadFixedPageCompleted 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 LoadFixedPageCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic
Public Class LoadFixedPageCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
Visual C++
public ref class LoadFixedPageCompletedEventArgs : public AsyncCompletedEventArgs

Inheritance Hierarchy

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

See Also