Class ObservableSetRemovedEventArgs<T>
Event arguments for an element that was added to a set.
Inherited Members
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableSetRemovedEventArgs<T> : ObservableSetEventArgs
Type Parameters
Name | Description |
---|---|
T | The type of the value that will change. |
Properties
| Improve this Doc View SourceItem
Gets or sets the Item.
Declaration
public T Item { get; set; }
Property Value
Type | Description |
---|---|
T |