Class ItemCollectionRemovedEventArgs<T>
ItemCollectionRemovedEventArgs class represents the item collection removed event arguments.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class ItemCollectionRemovedEventArgs<T> : ItemCollectionEventArgs<T>
Type Parameters
Name | Description |
---|---|
T | item type |
Constructors
ItemCollectionRemovedEventArgs(T)
Constructor that takes the given item.
Declaration
public ItemCollectionRemovedEventArgs(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | item |