public interface IChartListener
Modifier and Type | Method and Description |
---|---|
void |
onCollectionChanged(int propertyId,
com.scichart.core.observable.CollectionChangedEventArgs<?> args)
Caleed when collection associated with specified id changes
|
void |
onPropertyChanged(int propertyId)
Called when property with specified id changes
|
void onPropertyChanged(int propertyId)
propertyId
- The id of propertyvoid onCollectionChanged(int propertyId, com.scichart.core.observable.CollectionChangedEventArgs<?> args)
propertyId
- The id of propertyargs
- The args with information about changes in collection