Initializes a new instance of this class with the specified parameters.
protected CodecsAsyncCompletedEventArgs(
Uri uri,
Stream stream,
string fileName,
Exception error,
bool cancelled,
object userState
)
Protected Sub New(ByVal uri As System.Uri, ByVal stream As System.IO.Stream, ByVal fileName As String, ByVal error As System.Exception, ByVal cancelled As Boolean, ByVal userState As Object)
protected:
CodecsAsyncCompletedEventArgs( System::Uri^ uri, System::IO::Stream^ stream, String^ fileName, System::Exception^ error, bool cancelled, Object^ userState)
uri
The Uri this asynchronous operation is using.
stream
The Stream this asynchronous operation is using.
fileName
The FileName this asynchronous operation is using.
error
Any error that occurred during the asynchronous operation.
cancelled
A value indicating whether the asynchronous operation was canceled.
userState
The optional user-supplied state object passed to the calling method that initialized the construction of this object.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET