Show / Hide Table of Contents

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 Source

Result

Gets the result.

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

The result.

View Source

SelectedItems

Gets the selected items.

Declaration
public IEnumerable SelectedItems { get; }
Property Value
Type Description
System.Collections.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