WorkflowElementDialog.OnWorkflowElementDialogClosed Method

Definition

When overridden in a derived class, performs cleanup operations when the dialog is closed.

protected:
 virtual void OnWorkflowElementDialogClosed(Nullable<bool> dialogResult);
protected virtual void OnWorkflowElementDialogClosed (bool? dialogResult);
abstract member OnWorkflowElementDialogClosed : Nullable<bool> -> unit
override this.OnWorkflowElementDialogClosed : Nullable<bool> -> unit
Protected Overridable Sub OnWorkflowElementDialogClosed (dialogResult As Nullable(Of Boolean))

Parameters

dialogResult
Nullable<Boolean>

A Boolean value that indicates how the dialog was closed by the user.

Applies to