Class ObservableCollectionSpyEventArgs
Event arguments for an Observable Collection spy event.
Inheritance
System.Object
ObservableCollectionSpyEventArgs
Inherited Members
Namespace: Cortex.Net.Spy
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionSpyEventArgs : SpyEventArgs
Properties
| Improve this Doc View SourceContext
Gets or sets the context of the event.
Declaration
public object Context { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Index
Gets or sets the index of the item in the collection.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |