Declined
Last Updated: 16 Oct 2014 13:12 by ADMIN
ADMIN
Polya
Created on: 19 Sep 2014 14:07
Category: GanttView
Type: Feature Request
1
Introduce ExpandCollapseChanged event.

		
1 comment
ADMIN
Polya
Posted on: 16 Oct 2014 13:12
We should subscribe to the CollectionChanged event of the ExpandCollapseService.HierarchicalCollectionAdapter of the RadGanttView in order to detect when a GanttTask has been expanded/collapsed:

 this.gantt.ExpandCollapseService.HierarchicalCollectionAdapter.CollectionChanged += HierarchicalCollectionAdapter_CollectionChanged;

 private void HierarchicalCollectionAdapter_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
 {
 //implement logic here
 }