PSWorkflowInstance.OnCompleted Property

Definition

On completed handler.

protected:
 property Action<System::Object ^> ^ OnCompleted { Action<System::Object ^> ^ get(); };
protected Action<object> OnCompleted { get; }
member this.OnCompleted : Action<obj>
Protected ReadOnly Property OnCompleted As Action(Of Object)

Property Value

Applies to