DataSeriesChangedEventArgs Class Members
The following tables list the members exposed by DataSeriesChangedEventArgs.
Public Constructors
Name | Description | |
---|---|---|
![]() | DataSeriesChangedEventArgs Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | ChangedItemsCount | Gets amount of changed items |
![]() | DataSeriesAction | Gets the type of IDataSeries Action |
![]() | DataSeriesUpdate | Gets the type of IDataSeries Update |
![]() | StartIndex | Gets the start index where changes were applied |
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | Overloaded. Determines whether the specified object is equal to the current object. |
![]() | GetHashCode | Serves as the default hash function. |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also