Class ApplicationEvents
Contains events triggered by the user's interation with the Colectica user interface.
Inheritance
System.Object
ApplicationEvents
Namespace: Algenta.Colectica.ViewModel
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class ApplicationEvents : object
Methods
RaiseItemSelectedFromItemPicker(RepositoryClientBase, IVersionableProvider)
Causes the ItemSelectedFromItemPicker event to be triggered.
Declaration
public void RaiseItemSelectedFromItemPicker(RepositoryClientBase client, IVersionableProvider itemProvider)
Parameters
Type | Name | Description |
---|---|---|
RepositoryClientBase | client | |
IVersionableProvider | itemProvider |
Events
ItemSelectedFromItemPicker
Triggered when the user selects an item from a reference picker.
Declaration
public event EventHandler<ItemSelectedFromItemPickerEventArgs> ItemSelectedFromItemPicker
Event Type
Type | Description |
---|---|
EventHandler<ItemSelectedFromItemPickerEventArgs> |
Remarks
This event is called from a non-UI thread.