Form_CapeOpenSelectorBackgroundWorker1_DoWork Method |
Namespace: DWSIM.UnitOperationsAssembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax private void BackgroundWorker1_DoWork(
Object sender,
DoWorkEventArgs e
)
Private Sub BackgroundWorker1_DoWork (
sender As Object,
e As DoWorkEventArgs
)
Request Example
View SourceParameters
- sender Object
-
- e DoWorkEventArgs
-
See Also