Show / Hide Table of Contents

Class ItemPickerClosedEventArgs

EventArgs implementation for closing of an imte picker dialog.

Inheritance
object
EventArgs
ItemPickerClosedEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ItemPickerClosedEventArgs : EventArgs

Properties

View Source

Result

Gets the result.

Declaration
public MessageBoxResult Result { get; }
Property Value
Type Description
MessageBoxResult

The result.

View Source

SelectedItems

Gets the selected items.

Declaration
public IEnumerable SelectedItems { get; }
Property Value
Type Description
IEnumerable

The selected items.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX