Class ItemPickerClosedEventArgs
EventArgs implementation for closing of an imte picker dialog.
Inheritance
System.Object
System.EventArgs
ItemPickerClosedEventArgs
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Windows.MessageBoxResult | The result. |
SelectedItems
Gets the selected items.
Declaration
public IEnumerable SelectedItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable | The selected items. |