WorkspaceOnProcessCompleted Method |
Invoked when an asynchronous process has completed. Fires the
ProcessCompleted
event.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected void OnProcessCompleted(
ImageEventArgs e
)
Protected Sub OnProcessCompleted (
e As ImageEventArgs
)
Parameters
- e
- Type: Atalasoft.ImagingImageEventArgs
See Also