Show / Hide Table of Contents

Class ItemSelectedFromItemPickerEventArgs

Event arguments for the ItemSelectedFromItemPicker application event.

Inheritance
object
EventArgs
ItemSelectedFromItemPickerEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class ItemSelectedFromItemPickerEventArgs : EventArgs

Constructors

ItemSelectedFromItemPickerEventArgs(RepositoryClientBase, IVersionableProvider)

Initializes a new instance of the ItemSelectedFromItemPickerEventArgs class.

Declaration
public ItemSelectedFromItemPickerEventArgs(RepositoryClientBase client, IVersionableProvider itemProvider)
Parameters
Type Name Description
RepositoryClientBase client
IVersionableProvider itemProvider

Properties

Client

Gets the repository client corresponding to the item that was selected in the ItemPicker.

Declaration
public RepositoryClientBase Client { get; set; }
Property Value
Type Description
RepositoryClientBase

ItemProvider

Gets the IVersionableProvider node that was selected in the ItemPicker.

Declaration
public IVersionableProvider ItemProvider { get; set; }
Property Value
Type Description
IVersionableProvider
In this article
Back to top Generated by DocFX