'Declaration Public Function New( _
ByVal imageThe VintasoftImage object which was loaded.As VintasoftImage, _
ByVal errorStringDescription of the error.As System.String _
)
public ImageLoadedEventArgs(
VintasoftImage image,
System.String errorString
)
public: ImageLoadedEventArgs(
VintasoftImage* image,
System.String errorString
)
public:
ImageLoadedEventArgs(
VintasoftImage^ image,
System.String errorString
)
Parameters
- image
- The VintasoftImage object which was loaded.
- errorString
- Description of the error.