WorkUnit.WorkCompleted Method

Called when the work has completed. In the case you are modeling something, the sender parameter allows you to easily add the content to the entities collection.
Public Overridable Sub WorkCompleted( _ 
ByVal sender As Object
)
This language is not supported or no code example is available.
public virtual void WorkCompleted( 
object sender 
)
This language is not supported or no code example is available.

Parameters

sender
object

The parent workspace control.

.NET Framework

Supported in: 4.7.2

In this article

Definition