public CodecsLoadAsyncCompletedEventArgs(
RasterImage ,
Uri ,
Stream ,
string ,
Exception ,
bool ,
object
)
'Declaration
Public Function New( _
ByVal As RasterImage, _
ByVal As Uri, _
ByVal As Stream, _
ByVal As String, _
ByVal As Exception, _
ByVal As Boolean, _
ByVal As Object _
)
'Usage
Dim image As RasterImage
Dim uri As Uri
Dim stream As Stream
Dim fileName As String
Dim error As Exception
Dim cancelled As Boolean
Dim userState As Object
Dim instance As New CodecsLoadAsyncCompletedEventArgs(image, uri, stream, fileName, error, cancelled, userState)
function CodecsLoadAsyncCompletedEventArgs(
image ,
uri ,
stream ,
fileName ,
error ,
cancelled ,
userState
)
public:
CodecsLoadAsyncCompletedEventArgs(
RasterImage^ ,
Uri^ ,
Stream^ ,
String^ ,
Exception^ ,
bool ,
Object^
)