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