Creates new instance of the CodecsLoadAsyncCompletedEventArgs with the specified parameters.
public CodecsLoadAsyncCompletedEventArgs(RasterImage image,Uri uri,Stream stream,string fileName,Exception error,bool cancelled,object userState)
Public Function New( _ByVal image As Leadtools.RasterImage, _ByVal uri As Uri, _ByVal stream As Stream, _ByVal fileName As String, _ByVal error As Exception, _ByVal cancelled As Boolean, _ByVal userState As Object _)
public:CodecsLoadAsyncCompletedEventArgs(Leadtools.RasterImage^ image,Uri^ uri,Stream^ stream,String^ fileName,Exception^ error,bool cancelled,Object^ userState)
image
The RasterImage object instance being used.
uri
The Uri this asynchronous operation is using.
stream
The Stream this asynchronous operation is using.
fileName
The file name 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 RasterCodecs.LoadAsync method that initialized the construction of this object.
For an example, refer to RasterCodecs.LoadAsyncCompleted.
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
