Class ItemCollectionEventArgs<T>
ItemCollectionEventArgs class represents item collection event arguments.
Inheritance
ItemCollectionEventArgs<T>
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public abstract class ItemCollectionEventArgs<T> : EventArgs
Type Parameters
Name | Description |
---|---|
T | item type |
Constructors
ItemCollectionEventArgs(T)
Constructor that takes the given item.
Declaration
protected ItemCollectionEventArgs(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | item |
Properties
Item
Item property represents the item that has been added or removed.
Declaration
public T Item { get; }
Property Value
Type | Description |
---|---|
T |