Workflow.OnChildComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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