Represents the result of showing a selector dialog.
public sealed class SelectorResult<TStructure>
where TStructure : class, IStructure| parameter | description |
|---|---|
| TStructure | The type of model element that is selected in the dialog. |
| name | description |
|---|---|
| IsCanceled { get; } | Whether the selector dialog was canceled by the user. |
| Selection { get; } | The selected model element. Can be |
- interface IStructure
- namespace Mendix.StudioPro.ExtensionsAPI.UI.Services