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.
Property | Description |
---|
Handled | (Inherited from System.Windows.RoutedEventArgs) |
OriginalSource | (Inherited from System.Windows.RoutedEventArgs) |
Property | Gets the specific binding target property that is involved in the data transfer event. |
RoutedEvent | (Inherited from System.Windows.RoutedEventArgs) |
Source | (Inherited from System.Windows.RoutedEventArgs) |
TargetObject | Gets the binding target object of the binding that raised the event. |