Zdieľať cez


Workflow.OnChildComplete Property

Definition

Gets the callback method called when a child of this sequence completes execution.

public:
 property System::Activities::CompletionCallback ^ OnChildComplete { System::Activities::CompletionCallback ^ get(); };
[System.ComponentModel.Description("Completion callback method called when a child of this sequence completes execution.")]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public System.Activities.CompletionCallback OnChildComplete { get; }
[<System.ComponentModel.Description("Completion callback method called when a child of this sequence completes execution.")>]
[<System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)>]
member this.OnChildComplete : System.Activities.CompletionCallback
Public ReadOnly Property OnChildComplete As CompletionCallback

Property Value

The callback method called when a child of this sequence completes execution.

Attributes

Applies to