DataImage.onMetricSetBindingChanged Method
        
 Notifies the adapter that the metric set binding has changed.  The adapter or the view may
 perform additional tasks in response.
 
         
        Parameters
        
            - oldMetricSetBinding
            
 
            - 
                
Type: MetricSetBinding - May be null
The old metric set binding. 
            - oldMetricSet
            
 
            - 
                
Type: MetricSet - May be null
The old metric set. 
            - metricSetBinding
            
 
            - 
                
Type: MetricSetBinding - May be null
The metric set binding. 
            - metricSet
            
 
            - 
                
Type: MetricSet - May be null
The metric set. 
        
        Return Value
        
Type: jQuery.Promise
        
Value: dundas.entities.MetricSet
        
A promise object that is resolved when the action is finished.