Class ItemSelectedFromItemPickerEventArgs
Event arguments for the ItemSelectedFromItemPicker application event.
Inheritance
System.Object
ItemSelectedFromItemPickerEventArgs
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 |