Specifies identifiers that indicate the result of a prompt operation.
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public enum PromptResult
Members
| Member name | Value | Description | |
|---|---|---|---|
| Cancel | 0 | The receiver of the prompt canceled or using other means aborted the operation. | |
| Ok | 1 | The receiver of the prompt completed the operation. |
Version Information
See Also