Class ItemPickerClosedEventArgs
EventArgs implementation for closing of an imte picker dialog.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ItemPickerClosedEventArgs : EventArgs
Properties
View SourceResult
Gets the result.
Declaration
public MessageBoxResult Result { get; }
Property Value
| Type | Description |
|---|---|
| MessageBoxResult | The result. |
SelectedItems
Gets the selected items.
Declaration
public IEnumerable SelectedItems { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable | The selected items. |