ComponentOne FlexChart for WPF
SourceUpdated Event (C1RangeSelector)

C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart.Interaction Namespace > C1RangeSelector Class : SourceUpdated Event
Syntax
'Declaration
 
Public Event SourceUpdated As System.EventHandler(Of DataTransferEventArgs)
public event System.EventHandler<DataTransferEventArgs> SourceUpdated
Event Data

The event handler receives an argument of type System.Windows.Data.DataTransferEventArgs containing data related to this event. The following DataTransferEventArgs properties provide information specific to this event.

PropertyDescription
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets the specific binding target property that is involved in the data transfer event.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
Gets the binding target object of the binding that raised the event.  
See Also