Class ObservableCollectionEventArgs
Base class for value event args.
Inheritance
System.Object
ObservableCollectionEventArgs
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableCollectionEventArgs : EventArgs
Properties
| Improve this Doc View SourceContext
Gets or sets the context for the event.
Declaration
public object Context { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Index
Gets or sets the index.
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |