C1.WPF.FlexGrid.GroupPanel.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGridGroupPanel Class / SourceUpdated Event

SourceUpdated Event (C1FlexGridGroupPanel)
Syntax
'Declaration
 
Public Event SourceUpdated As EventHandler(Of DataTransferEventArgs)
 
Event Data

The event handler receives an argument of type 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