Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 860 Bytes

File metadata and controls

26 lines (18 loc) · 860 Bytes

SelectorResult<TStructure> class

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.

Public Members

name description
IsCanceled { get; } Whether the selector dialog was canceled by the user.
Selection { get; } The selected model element. Can be

See Also