public CodecsLoadSvgAsyncCompletedEventArgs(
ISvgDocument ,
Uri ,
Stream ,
string ,
Exception ,
bool ,
object
)
'Declaration
Public Function New( _
ByVal As ISvgDocument, _
ByVal As Uri, _
ByVal As Stream, _
ByVal As String, _
ByVal As Exception, _
ByVal As Boolean, _
ByVal As Object _
)
'Usage
Dim document As ISvgDocument
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 CodecsLoadSvgAsyncCompletedEventArgs(document, uri, stream, fileName, error, cancelled, userState)
function CodecsLoadSvgAsyncCompletedEventArgs(
document ,
uri ,
stream ,
fileName ,
error ,
cancelled ,
userState
)
public:
CodecsLoadSvgAsyncCompletedEventArgs(
ISvgDocument^ ,
Uri^ ,
Stream^ ,
String^ ,
Exception^ ,
bool ,
Object^
)